Remove unused methods.

This commit is contained in:
ringmaster 2014-05-27 09:31:20 -04:00 committed by Thomas Müller
parent 6b94732bdf
commit 896bc526e6

View 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;
}
}
}