Completed
Pull Request — master (#6331)
by Björn
24:45
created
apps/files_sharing/lib/Controller/ShareInfoController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use OCP\Files\File;
11 11
 use OCP\Files\Folder;
12 12
 use OCP\Files\Node;
13
-use OCP\ILogger;
14 13
 use OCP\IRequest;
15 14
 use OCP\Share\Exceptions\ShareNotFound;
16 15
 use OCP\Share\IManager;
Please login to merge, or discard this patch.
lib/private/Share/Share.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,6 @@
 block discarded – undo
44 44
 
45 45
 use OC\Files\Filesystem;
46 46
 use OCP\DB\QueryBuilder\IQueryBuilder;
47
-use OCP\ILogger;
48
-use OCP\IUserManager;
49 47
 use OCP\IUserSession;
50 48
 use OCP\IDBConnection;
51 49
 use OCP\IConfig;
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -54,8 +54,6 @@  discard block
 block discarded – undo
54 54
 use OC\Command\AsyncBus;
55 55
 use OC\Contacts\ContactsMenu\ActionFactory;
56 56
 use OC\Diagnostics\EventLogger;
57
-use OC\Diagnostics\NullEventLogger;
58
-use OC\Diagnostics\NullQueryLogger;
59 57
 use OC\Diagnostics\QueryLogger;
60 58
 use OC\Federation\CloudIdManager;
61 59
 use OC\Files\Config\UserMountCache;
@@ -100,7 +98,6 @@  discard block
 block discarded – undo
100 98
 use OC\Tagging\TagMapper;
101 99
 use OC\Template\SCSSCacher;
102 100
 use OCA\Theming\ThemingDefaults;
103
-
104 101
 use OCP\App\IAppManager;
105 102
 use OCP\AppFramework\Utility\ITimeFactory;
106 103
 use OCP\Defaults;
Please login to merge, or discard this patch.