Remove dead code, fixes #2363
parent
af91b19f5e
commit
0a3df27403
|
@ -756,7 +756,6 @@ class Solver
|
||||||
|
|
||||||
if ($lastLiteral) {
|
if ($lastLiteral) {
|
||||||
unset($this->branches[$lastBranchIndex][self::BRANCH_LITERALS][$lastBranchOffset]);
|
unset($this->branches[$lastBranchIndex][self::BRANCH_LITERALS][$lastBranchOffset]);
|
||||||
array_values($this->branches[$lastBranchIndex][self::BRANCH_LITERALS]);
|
|
||||||
|
|
||||||
$level = $lastLevel;
|
$level = $lastLevel;
|
||||||
$this->revert($level);
|
$this->revert($level);
|
||||||
|
|
Loading…
Reference in New Issue