From 896bc526e69e060eac95d2fad62e3386250b5908 Mon Sep 17 00:00:00 2001
From: ringmaster <epithet@gmail.com>
Date: Tue, 27 May 2014 09:31:20 -0400
Subject: [PATCH] Remove unused methods.

---
 lib/private/files/storage/local.php | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/lib/private/files/storage/local.php b/lib/private/files/storage/local.php
index 565f9202d5..e33747bbd5 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;
-		}
 	}
 }
-- 
GitLab