diff options
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index 9ce75aaf8ce..ea0a289c8d2 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -258,13 +258,6 @@ class OC_Filesystem { } /** - * @deprecated Replaced by isCreatable(), isUpdatable(), isDeletable() as part of CRUDS - */ - static public function is_writable($path) { - return \OC\Files\Filesystem::is_writable($path); - } - - /** * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem */ static public function isCreatable($path) { |