소스 검색

Remove dead code, fixes #2363

Jordi Boggiano 12 년 전
부모
커밋
0a3df27403
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);