aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r--lib/filesystem.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php
index ea0a289c8d2..20b5ab27909 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -82,17 +82,6 @@ class OC_Filesystem {
}
/**
- * 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
*