remove chroot from filesystem api

This commit is contained in:
Robin Appelman 2012-10-21 00:54:34 +02:00
parent 3ff0772a05
commit 01594b8610
2 changed files with 0 additions and 21 deletions

View File

@ -281,16 +281,6 @@ class Filesystem {
}
}
/**
* change the root to a fake root
*
* @param string $fakeRoot
* @return bool
*/
static public function chroot($fakeRoot) {
return self::$defaultInstance->chroot($fakeRoot);
}
/**
* @brief get the relative path of the root data directory for the current user
* @return string

View File

@ -81,17 +81,6 @@ class OC_Filesystem {
\OC\Files\Filesystem::tearDown();
}
/**
* change the root to a fake root
*
* @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem
* @param string $fakeRoot
* @return bool
*/
static public function chroot($fakeRoot) {
return \OC\Files\Filesystem::chroot($fakeRoot);
}
/**
* @brief get the relative path of the root data directory for the current user
* @return string