]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unused methods.
authorringmaster <epithet@gmail.com>
Tue, 27 May 2014 13:31:20 +0000 (09:31 -0400)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 4 Jun 2014 05:55:44 +0000 (07:55 +0200)
lib/private/files/storage/local.php

index 565f9202d5c5d6d70312952c8e5c33c5a98db8d5..e33747bbd5219d6e63da351750b9a48c2ba36701 100644 (file)
@@ -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;
-               }
        }
 }