Explorar el Código

Remove dead code, fixes #2363

Jordi Boggiano hace 11 años
padre
commit
0a3df27403
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);