Browse Source

Fix: Remove unused private property

Andreas Möller 10 years ago
parent
commit
3854d2d457
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/Installer/PluginInstaller.php

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

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