Completed
Push — remove/command-line-controller ( ce3e0b )
by Tomas Norre
14:48
created
Classes/Controller/CrawlerController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@  discard block
 block discarded – undo
25 25
  *  This copyright notice MUST APPEAR in all copies of the script!
26 26
  ***************************************************************/
27 27
 
28
-use AOE\Crawler\Domain\Model\Reason;
29 28
 use AOE\Crawler\Domain\Repository\ProcessRepository;
30 29
 use AOE\Crawler\Domain\Repository\QueueRepository;
31 30
 use AOE\Crawler\Event\EventDispatcher;
@@ -36,10 +35,8 @@  discard block
 block discarded – undo
36 35
 use TYPO3\CMS\Core\Authentication\BackendUserAuthentication;
37 36
 use TYPO3\CMS\Core\Database\Connection;
38 37
 use TYPO3\CMS\Core\Database\ConnectionPool;
39
-use TYPO3\CMS\Core\Database\DatabaseConnection;
40 38
 use TYPO3\CMS\Core\Log\Logger;
41 39
 use TYPO3\CMS\Core\Log\LogLevel;
42
-use TYPO3\CMS\Core\TimeTracker\NullTimeTracker;
43 40
 use TYPO3\CMS\Core\TimeTracker\TimeTracker;
44 41
 use TYPO3\CMS\Core\Utility\DebugUtility;
45 42
 use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
@@ -47,7 +44,6 @@  discard block
 block discarded – undo
47 44
 use TYPO3\CMS\Core\Utility\MathUtility;
48 45
 use TYPO3\CMS\Extbase\Object\ObjectManager;
49 46
 use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
50
-use TYPO3\CMS\Frontend\Page\PageGenerator;
51 47
 use TYPO3\CMS\Frontend\Page\PageRepository;
52 48
 use TYPO3\CMS\Frontend\Utility\EidUtility;
53 49
 use TYPO3\CMS\Lang\LanguageService;
Please login to merge, or discard this patch.