Sfoglia il codice sorgente

Remove dead code, fixes #2363

Jordi Boggiano 11 anni fa
parent
commit
0a3df27403
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);