Completed
Pull Request — stable9 (#406)
by Joas
10:53 queued 01:43
created
lib/private/console/application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 namespace OC\Console;
27 27
 
28 28
 use OC_App;
29
-use OC_Defaults;
30 29
 use OCP\Console\ConsoleEvent;
31 30
 use OCP\IConfig;
32 31
 use OCP\IRequest;
Please login to merge, or discard this patch.
lib/private/urlgenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
  */
29 29
 
30 30
 namespace OC;
31
-use OC_Defaults;
32 31
 use OCP\ICacheFactory;
33 32
 use OCP\IConfig;
34 33
 use OCP\IURLGenerator;
Please login to merge, or discard this patch.