diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-05-19 22:12:35 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-05-19 22:12:35 +0200 |
commit | f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c (patch) | |
tree | 8fc4acfbaef28eb213ec9fc046ada8304dbe4493 /lib/private/files | |
parent | f59576c3ca9ca8e4708002fffe8d4b14135dcd6b (diff) | |
parent | d3d70e5d90731dd75aab778dae7907303215820a (diff) | |
download | nextcloud-server-f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c.tar.gz nextcloud-server-f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c.zip |
Merge pull request #16440 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Diffstat (limited to 'lib/private/files')
-rw-r--r-- | lib/private/files/node/root.php | 3 | ||||
-rw-r--r-- | lib/private/files/objectstore/objectstorestorage.php | 1 | ||||
-rw-r--r-- | lib/private/files/storage/localtempfiletrait.php | 9 |
3 files changed, 0 insertions, 13 deletions
diff --git a/lib/private/files/node/root.php b/lib/private/files/node/root.php index d0cac46e593..e47f98b0f27 100644 --- a/lib/private/files/node/root.php +++ b/lib/private/files/node/root.php @@ -25,14 +25,11 @@ namespace OC\Files\Node; -use OC\Files\Cache\Cache; use OC\Files\Mount\Manager; use OC\Files\Mount\MountPoint; use OCP\Files\NotFoundException; use OCP\Files\NotPermittedException; -use OC\Hooks\Emitter; use OC\Hooks\PublicEmitter; - use OCP\Files\IRootFolder; /** diff --git a/lib/private/files/objectstore/objectstorestorage.php b/lib/private/files/objectstore/objectstorestorage.php index 72baa1bc61b..24398649727 100644 --- a/lib/private/files/objectstore/objectstorestorage.php +++ b/lib/private/files/objectstore/objectstorestorage.php @@ -24,7 +24,6 @@ namespace OC\Files\ObjectStore; -use OC\Files\Filesystem; use OCP\Files\ObjectStore\IObjectStore; class ObjectStoreStorage extends \OC\Files\Storage\Common { diff --git a/lib/private/files/storage/localtempfiletrait.php b/lib/private/files/storage/localtempfiletrait.php index 444e4e2e89e..7dc9b777ea1 100644 --- a/lib/private/files/storage/localtempfiletrait.php +++ b/lib/private/files/storage/localtempfiletrait.php @@ -21,15 +21,6 @@ namespace OC\Files\Storage; -use OC\Files\Cache\Cache; -use OC\Files\Cache\Scanner; -use OC\Files\Filesystem; -use OC\Files\Cache\Watcher; -use OCP\Files\FileNameTooLongException; -use OCP\Files\InvalidCharacterInPathException; -use OCP\Files\InvalidPathException; -use OCP\Files\ReservedWordException; - /** * Storage backend class for providing common filesystem operation methods * which are not storage-backend specific. |