diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-02-28 14:14:20 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-04-03 10:52:34 +0200 |
commit | 4393b96542be6b0495d93cf9ed87e9b51b36121f (patch) | |
tree | f23cb5b2ef04edf7f16eecd6035545f1098dc9e8 /lib/private/Files/Filesystem.php | |
parent | 966a3e696335d9dad2cc8dfa2ec44d44298626ff (diff) | |
download | nextcloud-server-4393b96542be6b0495d93cf9ed87e9b51b36121f.tar.gz nextcloud-server-4393b96542be6b0495d93cf9ed87e9b51b36121f.zip |
Remove unused method getLocalFolder
It’s not used and not in any OCP interface/class.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/private/Files/Filesystem.php')
-rw-r--r-- | lib/private/Files/Filesystem.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/private/Files/Filesystem.php b/lib/private/Files/Filesystem.php index 7067ddf4a95..ee8db5b4353 100644 --- a/lib/private/Files/Filesystem.php +++ b/lib/private/Files/Filesystem.php @@ -429,14 +429,6 @@ class Filesystem { } /** - * @param string $path - * @return string - */ - public static function getLocalFolder($path) { - return self::$defaultInstance->getLocalFolder($path); - } - - /** * return path to file which reflects one visible in browser * * @param string $path |