diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-04-09 12:34:19 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-04-09 12:34:19 +0200 |
commit | 08a9d1d2dcb9553edd394f6f4df1ace8a407156a (patch) | |
tree | 43dbe49a49639b75d87d1be0f24b4b513790820d /apps/files_sharing | |
parent | 461302244ee0aed22c355f1b1201d79ec899b2ad (diff) | |
download | nextcloud-server-08a9d1d2dcb9553edd394f6f4df1ace8a407156a.tar.gz nextcloud-server-08a9d1d2dcb9553edd394f6f4df1ace8a407156a.zip |
Remove unused $toRemove
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/lib/updater.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_sharing/lib/updater.php b/apps/files_sharing/lib/updater.php index affa28720b2..322c031f2f1 100644 --- a/apps/files_sharing/lib/updater.php +++ b/apps/files_sharing/lib/updater.php @@ -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 |