summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-14 16:55:43 +0100
committerMorris Jobke <hey@morrisjobke.de>2018-02-14 16:55:43 +0100
commitd3d045dd5c5af5f29268727afe63f3c53d22af6c (patch)
treed9d972a389eab29dcf97e3e30d0fb292f2da5f03 /apps/dav/lib/Connector/Sabre/QuotaPlugin.php
parent3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (diff)
downloadnextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.tar.gz
nextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.zip
Remove unused import statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/dav/lib/Connector/Sabre/QuotaPlugin.php')
-rw-r--r--apps/dav/lib/Connector/Sabre/QuotaPlugin.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
index af45f526831..5222986cb5c 100644
--- a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
+++ b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
@@ -26,15 +26,12 @@
*
*/
namespace OCA\DAV\Connector\Sabre;
-use OCA\DAV\Files\FilesHome;
use OCA\DAV\Upload\FutureFile;
-use OCA\DAV\Upload\UploadFolder;
use OCP\Files\FileInfo;
use OCP\Files\StorageNotAvailableException;
use Sabre\DAV\Exception\InsufficientStorage;
use Sabre\DAV\Exception\ServiceUnavailable;
use Sabre\DAV\INode;
-use Sabre\HTTP\URLUtil;
/**
* This plugin check user quota and deny creating files when they exceeds the quota.