remove unused use statement

This commit is contained in:
Arthur Schiwon 2015-12-09 16:25:42 +01:00
parent 6af6febad0
commit 55a2715eff
1 changed files with 0 additions and 1 deletions

View File

@ -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;