1
0
Fork 0

Remove dead code, fixes #2363

pull/2397/head
Jordi Boggiano 2013-10-31 22:29:09 +01:00
parent af91b19f5e
commit 0a3df27403
1 changed files with 0 additions and 1 deletions

View File

@ -756,7 +756,6 @@ class Solver
if ($lastLiteral) {
unset($this->branches[$lastBranchIndex][self::BRANCH_LITERALS][$lastBranchOffset]);
array_values($this->branches[$lastBranchIndex][self::BRANCH_LITERALS]);
$level = $lastLevel;
$this->revert($level);