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