1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00

Remove unused variables

This commit is contained in:
Nils Adermann 2012-05-15 20:00:03 +02:00
parent bd66c27ff6
commit 92ecf5a603

View file

@ -32,12 +32,9 @@ class Solver
protected $addedMap = array();
protected $updateMap = array();
protected $watches = array();
protected $removeWatches = array();
protected $decisionMap;
protected $installedMap;
protected $packageToUpdateRule = array();
protected $decisionQueue = array();
protected $decisionQueueWhy = array();
protected $decisionQueueFree = array();