Completed
Push — master ( 718d85...a50954 )
by Piotr
43:28
created
lib/private/DB/Connection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
 use OCP\DB\QueryBuilder\IQueryBuilder;
41 41
 use OCP\IDBConnection;
42 42
 use OCP\PreConditionNotMetException;
43
-use OCP\Util;
44 43
 
45 44
 class Connection extends \Doctrine\DBAL\Connection implements IDBConnection {
46 45
 	/**
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,6 @@
 block discarded – undo
46 46
 use OC\AppFramework\Utility\TimeFactory;
47 47
 use OC\Command\AsyncBus;
48 48
 use OC\Diagnostics\EventLogger;
49
-use OC\Diagnostics\NullEventLogger;
50
-use OC\Diagnostics\NullQueryLogger;
51 49
 use OC\Diagnostics\QueryLogger;
52 50
 use OC\Files\Config\UserMountCache;
53 51
 use OC\Files\Config\UserMountCacheListener;
Please login to merge, or discard this patch.