Remove unused $toRemove
This commit is contained in:
parent
461302244e
commit
08a9d1d2dc
|
@ -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 New Issue