diff options
Diffstat (limited to 'lib/private/files/storage')
-rw-r--r-- | lib/private/files/storage/local.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/private/files/storage/local.php b/lib/private/files/storage/local.php index 565f9202d5c..e33747bbd52 100644 --- a/lib/private/files/storage/local.php +++ b/lib/private/files/storage/local.php @@ -279,19 +279,5 @@ if (\OC_Util::runningOnWindows()) { public function isLocal() { return true; } - - /** - * Acquire a lock on a file - */ - public function getLock($path, $lockType) { - return true; - } - - /** - * Release an existing lock - */ - public function releaseLock($path) { - return true; - } } } |