mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Remove unused variables
This commit is contained in:
parent
bd66c27ff6
commit
92ecf5a603
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue