From: ringmaster Date: Tue, 27 May 2014 13:31:20 +0000 (-0400) Subject: Remove unused methods. X-Git-Tag: v7.0.0alpha2~127^2~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=896bc526e69e060eac95d2fad62e3386250b5908;p=nextcloud-server.git Remove unused methods. --- 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; - } } }