Browse Source

Remove dead code, fixes #2363

Jordi Boggiano 11 years ago
parent
commit
0a3df27403
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/DependencyResolver/Solver.php

+ 0 - 1
src/Composer/DependencyResolver/Solver.php

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