From 657b599ea8f81ad209394e42f393b39a8820e0ce Mon Sep 17 00:00:00 2001 From: Benni Mack <benni@typo3.org> Date: Thu, 29 Dec 2016 16:12:06 +0100 Subject: [PATCH] [TASK] Remove unused property in Package object The protected property $classAliases is removed as it is not used at all. Resolves: #79111 Releases: master Change-Id: Id2ce41ac2d5d89c1059f86bd3754e7121465abba Reviewed-on: https://review.typo3.org/51062 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> --- typo3/sysext/core/Classes/Package/Package.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/typo3/sysext/core/Classes/Package/Package.php b/typo3/sysext/core/Classes/Package/Package.php index 4affdf71c2f7..03510abf76be 100644 --- a/typo3/sysext/core/Classes/Package/Package.php +++ b/typo3/sysext/core/Classes/Package/Package.php @@ -27,11 +27,6 @@ class Package implements PackageInterface */ protected $extensionManagerConfiguration = []; - /** - * @var array - */ - protected $classAliases; - /** * If this package is part of factory default, it will be activated * during first installation. -- GitLab