summaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-21 00:54:34 +0200
committerRobin Appelman <icewind@owncloud.com>2012-10-21 00:54:34 +0200
commit01594b8610ce4f08e28010994d9cbecda4c52e35 (patch)
treefc8e25ac8437b2fe40a46993031dc742bc562a60 /lib/filesystem.php
parent3ff0772a05c70592360c7b11b280cc4cf45a385e (diff)
downloadnextcloud-server-01594b8610ce4f08e28010994d9cbecda4c52e35.tar.gz
nextcloud-server-01594b8610ce4f08e28010994d9cbecda4c52e35.zip
remove chroot from filesystem api
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
*