1
0
Fork 0

Remove unused variables

pull/715/head
Nils Adermann 2012-05-15 20:00:03 +02:00
parent bd66c27ff6
commit 92ecf5a603
1 changed files with 0 additions and 3 deletions

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();