@@ -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. |