@@ -28,7 +28,6 @@ |
||
28 | 28 | use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\MountPagesUpdater; |
29 | 29 | use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\RootPageResolver; |
30 | 30 | use ApacheSolrForTypo3\Solr\GarbageCollector; |
31 | -use ApacheSolrForTypo3\Solr\System\Cache\TwoLevelCache; |
|
32 | 31 | use ApacheSolrForTypo3\Solr\System\Configuration\ExtensionConfiguration; |
33 | 32 | use ApacheSolrForTypo3\Solr\System\TCA\TCAService; |
34 | 33 | use ApacheSolrForTypo3\Solr\Util; |
@@ -26,10 +26,7 @@ |
||
26 | 26 | ***************************************************************/ |
27 | 27 | |
28 | 28 | use ApacheSolrForTypo3\Solr\System\Records\AbstractRepository; |
29 | -use TYPO3\CMS\Core\Database\ConnectionPool; |
|
30 | -use TYPO3\CMS\Core\Database\Query\QueryBuilder; |
|
31 | 29 | use TYPO3\CMS\Core\SingletonInterface; |
32 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
33 | 30 | |
34 | 31 | /** |
35 | 32 | * SystemLanguageRepository to encapsulate the database access for records used in solr. |