Completed
Pull Request — master (#926)
by
unknown
13:55
created
Classes/GarbageCollector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
  ***************************************************************/
26 26
 
27 27
 use ApacheSolrForTypo3\Solr\IndexQueue\Queue;
28
-use ApacheSolrForTypo3\Solr\System\Configuration\ConfigurationManager;
29 28
 use ApacheSolrForTypo3\Solr\System\TCA\TCAService;
30 29
 use TYPO3\CMS\Backend\Utility\BackendUtility;
31 30
 use TYPO3\CMS\Core\DataHandling\DataHandler;
Please login to merge, or discard this patch.
Classes/IndexQueue/RecordMonitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use ApacheSolrForTypo3\Solr\AbstractDataHandlerListener;
28 28
 use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\MountPagesUpdater;
29 29
 use ApacheSolrForTypo3\Solr\GarbageCollector;
30
-use ApacheSolrForTypo3\Solr\System\Configuration\ConfigurationManager;
31 30
 use ApacheSolrForTypo3\Solr\System\TCA\TCAService;
32 31
 use ApacheSolrForTypo3\Solr\Util;
33 32
 use TYPO3\CMS\Backend\Utility\BackendUtility;
Please login to merge, or discard this patch.
Classes/System/Configuration/ConfigurationManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
  *  This copyright notice MUST APPEAR in all copies of the script!
25 25
  ***************************************************************/
26 26
 
27
-use TYPO3\CMS\Backend\Utility\BackendUtility;
28 27
 use TYPO3\CMS\Core\SingletonInterface;
29 28
 use TYPO3\CMS\Core\Utility\GeneralUtility;
30 29
 
Please login to merge, or discard this patch.