浏览代码

Remove dead code, fixes #2363

Jordi Boggiano 11 年之前
父节点
当前提交
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);