@@ -25,7 +25,6 @@ discard block |
||
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 |
||
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 |
||
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; |