diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-02-19 11:51:04 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-02-19 11:51:04 +0100 |
commit | bcad6e641a238cc3cfc202d587242b9c3bb45d8b (patch) | |
tree | ac797a0f84f6bd5e31974608c5d16113b8297f54 /lib/private/files/cache/updater.php | |
parent | 2d5ab1a5c4ff594994b8e1a50888bf0150aba431 (diff) | |
parent | f944707a15b4819f7a67263e26b41fe4abe942ab (diff) | |
download | nextcloud-server-bcad6e641a238cc3cfc202d587242b9c3bb45d8b.tar.gz nextcloud-server-bcad6e641a238cc3cfc202d587242b9c3bb45d8b.zip |
Merge pull request #7274 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Diffstat (limited to 'lib/private/files/cache/updater.php')
-rw-r--r-- | lib/private/files/cache/updater.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/files/cache/updater.php b/lib/private/files/cache/updater.php index e4114e572fe..7a45b9e9e96 100644 --- a/lib/private/files/cache/updater.php +++ b/lib/private/files/cache/updater.php @@ -8,8 +8,6 @@ namespace OC\Files\Cache; -use OCP\Util; - /** * listen to filesystem hooks and change the cache accordingly */ |