From 4393b96542be6b0495d93cf9ed87e9b51b36121f Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Tue, 28 Feb 2023 14:14:20 +0100 Subject: Remove unused method getLocalFolder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not used and not in any OCP interface/class. Signed-off-by: Côme Chilliet --- lib/private/Files/Filesystem.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/private/Files/Filesystem.php') 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 @@ -428,14 +428,6 @@ class Filesystem { return self::$defaultInstance->getLocalFile($path); } - /** - * @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 * -- cgit v1.2.3