Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-04-23 02:13:48 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-04-23 03:23:31 +0300
commitc54a59d51eb924e77df6f6d2bb79ea466d169221 (patch)
tree8fc2dfae3b3aeccba85250173cafe7340ab0798d /lib/public/SystemTag
parenteaa6f766e694f08e899c9469f668135c5d7b0c34 (diff)
Remove unused use statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public/SystemTag')
-rw-r--r--lib/public/SystemTag/ISystemTagManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/SystemTag/ISystemTagManager.php b/lib/public/SystemTag/ISystemTagManager.php
index bdfa19286f0..fff0a439116 100644
--- a/lib/public/SystemTag/ISystemTagManager.php
+++ b/lib/public/SystemTag/ISystemTagManager.php
@@ -24,7 +24,6 @@
namespace OCP\SystemTag;
use OCP\IUser;
-use OCP\SystemTag\ISystemTag;
/**
* Public interface to access and manage system-wide tags.