summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-12-09 16:25:42 +0100
committerArthur Schiwon <blizzz@owncloud.com>2015-12-09 16:25:42 +0100
commit55a2715eff10e730c8104acc09b122893160cadd (patch)
treed1480719a00f5695fc5e6a3bd24c55d0404d67b3
parent6af6febad05a4619a6482536c1bddd2fe1925148 (diff)
downloadnextcloud-server-55a2715eff10e730c8104acc09b122893160cadd.tar.gz
nextcloud-server-55a2715eff10e730c8104acc09b122893160cadd.zip
remove unused use statement
-rw-r--r--lib/private/comments/manager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/comments/manager.php b/lib/private/comments/manager.php
index a2b55c4ffdd..05f981f244d 100644
--- a/lib/private/comments/manager.php
+++ b/lib/private/comments/manager.php
@@ -3,7 +3,6 @@
namespace OC\Comments;
use Doctrine\DBAL\Exception\DriverException;
-use OC\Hooks\Emitter;
use OCP\Comments\IComment;
use OCP\Comments\ICommentsManager;
use OCP\Comments\NotFoundException;