mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Remove unused $toRemove
This commit is contained in:
parent
461302244e
commit
08a9d1d2dc
1 changed files with 0 additions and 3 deletions
|
|
@ -27,9 +27,6 @@ namespace OC\Files\Cache;
|
|||
|
||||
class Shared_Updater {
|
||||
|
||||
// shares which can be removed from oc_share after the delete operation was successful
|
||||
static private $toRemove = array();
|
||||
|
||||
/**
|
||||
* walk up the users file tree and update the etags
|
||||
* @param string $user
|
||||
|
|
|
|||
Loading…
Reference in a new issue