mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Remove unused methods.
This commit is contained in:
parent
6b94732bdf
commit
896bc526e6
1 changed files with 0 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue