1
0
Fork 0

Delete variable

pull/8612/head
arai 2020-02-16 13:34:08 +09:00
parent 4f59162827
commit 1f08138379
1 changed files with 0 additions and 2 deletions

View File

@ -679,7 +679,6 @@ class Solver
*/ */
$decisionQueue = array(); $decisionQueue = array();
$decisionSupplementQueue = array();
/** /**
* @todo this makes $disableRules always false; determine the rationale and possibly remove dead code? * @todo this makes $disableRules always false; determine the rationale and possibly remove dead code?
*/ */
@ -687,7 +686,6 @@ class Solver
$level = 1; $level = 1;
$systemLevel = $level + 1; $systemLevel = $level + 1;
$installedPos = 0;
while (true) { while (true) {
if (1 === $level) { if (1 === $level) {