[TASK] Remove unused variables throughout core
Due to refactoring or very old code some places in the core define unused variables or variables, which are immediately overridden. They are mostly unnecessary. Even in places, where they might be slightly helpful if defined at the beginning of a function, the benefit doesn't excuse the existence. Resolves: #94528 Releases: master Change-Id: I6071bb0bc96472a4b4b7f679bfabbacfb761f472 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69805 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Controller/BackendController.php 0 additions, 1 deletion...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Tests/Unit/Form/NodeFactoryTest.php 0 additions, 2 deletionstypo3/sysext/backend/Tests/Unit/Form/NodeFactoryTest.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 0 additions, 2 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 0 additions, 2 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/DataHandling/Localization/DataMapItem.php 1 addition, 1 deletion...xt/core/Classes/DataHandling/Localization/DataMapItem.php
- typo3/sysext/core/Classes/DataHandling/SlugHelper.php 0 additions, 1 deletiontypo3/sysext/core/Classes/DataHandling/SlugHelper.php
- typo3/sysext/core/Classes/Database/QueryGenerator.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/QueryGenerator.php
- typo3/sysext/core/Classes/Database/QueryView.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/QueryView.php
- typo3/sysext/core/Classes/Database/Schema/ConnectionMigrator.php 7 additions, 7 deletions...ysext/core/Classes/Database/Schema/ConnectionMigrator.php
- typo3/sysext/core/Classes/Database/Schema/Parser/TableBuilder.php 0 additions, 1 deletion...sext/core/Classes/Database/Schema/Parser/TableBuilder.php
- typo3/sysext/core/Classes/Database/SoftReferenceIndex.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/SoftReferenceIndex.php
- typo3/sysext/core/Classes/Mail/Rfc822AddressesParser.php 0 additions, 1 deletiontypo3/sysext/core/Classes/Mail/Rfc822AddressesParser.php
- typo3/sysext/core/Classes/Mail/TransportFactory.php 0 additions, 2 deletionstypo3/sysext/core/Classes/Mail/TransportFactory.php
- typo3/sysext/core/Classes/Type/File/ImageInfo.php 0 additions, 2 deletionstypo3/sysext/core/Classes/Type/File/ImageInfo.php
- typo3/sysext/core/Tests/Unit/DependencyInjection/ListenerProviderPassTest.php 1 addition, 1 deletion...sts/Unit/DependencyInjection/ListenerProviderPassTest.php
- typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderCompilationPassTest.php 1 addition, 1 deletion...ependencyInjection/ServiceProviderCompilationPassTest.php
- typo3/sysext/core/Tests/Unit/Mail/FileSpoolTest.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Unit/Mail/FileSpoolTest.php
- typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php 0 additions, 1 deletion...ysext/extbase/Classes/Mvc/Controller/ActionController.php
- typo3/sysext/extbase/Classes/Persistence/Generic/LazyObjectStorage.php 0 additions, 1 deletion...extbase/Classes/Persistence/Generic/LazyObjectStorage.php
Please register or sign in to comment