summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/View.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-24 11:47:37 +0200
committerGitHub <noreply@github.com>2017-04-24 11:47:37 +0200
commit3d671cc536b1b472c746fd4ea8f60135f4935a44 (patch)
tree928a0fd4c13d609f5cadf32fd3271c465830a05a /lib/private/Files/View.php
parent8a1d3c7e877f143d211af259d08737c0d9aa8cfe (diff)
parentc54a59d51eb924e77df6f6d2bb79ea466d169221 (diff)
downloadnextcloud-server-3d671cc536b1b472c746fd4ea8f60135f4935a44.tar.gz
nextcloud-server-3d671cc536b1b472c746fd4ea8f60135f4935a44.zip
Merge pull request #4443 from nextcloud/cleanup-unused-imports
Remove unused use statements
Diffstat (limited to 'lib/private/Files/View.php')
-rw-r--r--lib/private/Files/View.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php
index 85c70a1015e..70b74a8242e 100644
--- a/lib/private/Files/View.php
+++ b/lib/private/Files/View.php
@@ -61,8 +61,6 @@ use OCP\Files\InvalidPathException;
use OCP\Files\Mount\IMountPoint;
use OCP\Files\NotFoundException;
use OCP\Files\ReservedWordException;
-use OCP\Files\UnseekableException;
-use OCP\Files\Storage\ILockingStorage;
use OCP\IUser;
use OCP\Lock\ILockingProvider;
use OCP\Lock\LockedException;