summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper/jail.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-02-05 16:48:08 +0100
committerRobin Appelman <icewind@owncloud.com>2016-02-05 16:48:08 +0100
commitfb76d7de69e0f13f196a644cfded0a6e079e7200 (patch)
tree9bb6f9a93c76519493f6fce40a795c7f30eda917 /lib/private/files/storage/wrapper/jail.php
parent7dde2c773f4efee0094176fe76b2c64f4f74a1ea (diff)
downloadnextcloud-server-fb76d7de69e0f13f196a644cfded0a6e079e7200.tar.gz
nextcloud-server-fb76d7de69e0f13f196a644cfded0a6e079e7200.zip
remove unused Storage->getLocalFolder
Diffstat (limited to 'lib/private/files/storage/wrapper/jail.php')
-rw-r--r--lib/private/files/storage/wrapper/jail.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/private/files/storage/wrapper/jail.php b/lib/private/files/storage/wrapper/jail.php
index 40738befd93..e5f5ab90359 100644
--- a/lib/private/files/storage/wrapper/jail.php
+++ b/lib/private/files/storage/wrapper/jail.php
@@ -353,17 +353,6 @@ class Jail extends Wrapper {
}
/**
- * get the path to a local version of the folder.
- * The local version of the folder can be temporary and doesn't have to be persistent across requests
- *
- * @param string $path
- * @return string
- */
- public function getLocalFolder($path) {
- return $this->storage->getLocalFolder($this->getSourcePath($path));
- }
-
- /**
* check if a file or folder has been updated since $time
*
* @param string $path