summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/localtempfiletrait.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-05-19 22:12:35 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-05-19 22:12:35 +0200
commitf9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c (patch)
tree8fc4acfbaef28eb213ec9fc046ada8304dbe4493 /lib/private/files/storage/localtempfiletrait.php
parentf59576c3ca9ca8e4708002fffe8d4b14135dcd6b (diff)
parentd3d70e5d90731dd75aab778dae7907303215820a (diff)
downloadnextcloud-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/storage/localtempfiletrait.php')
-rw-r--r--lib/private/files/storage/localtempfiletrait.php9
1 files changed, 0 insertions, 9 deletions
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.