Skip to content
Snippets Groups Projects
Commit 896bc526 authored by Owen Winkler's avatar Owen Winkler Committed by Thomas Müller
Browse files

Remove unused methods.

parent 6b94732b
Branches
No related tags found
No related merge requests found
......@@ -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;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment