Browse Source

Merge pull request #4190 from localheinz/fix/unused-private-property

Fix: Remove unused private property
Jordi Boggiano 9 years ago
parent
commit
70f5150893
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/Installer/PluginInstaller.php

+ 0 - 1
src/Composer/Installer/PluginInstaller.php

@@ -26,7 +26,6 @@ use Composer\Package\PackageInterface;
 class PluginInstaller extends LibraryInstaller
 {
     private $installationManager;
-    private static $classCounter = 0;
 
     /**
      * Initializes Plugin installer.