Browse Source

Remove unused local variable

Marc Würth 6 years ago
parent
commit
fb8b06edef
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/DependencyResolver/Problem.php

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

@@ -79,7 +79,6 @@ class Problem
             reset($reasons);
             $reason = current($reasons);
 
-            $rule = $reason['rule'];
             $job = $reason['job'];
 
             if (isset($job['constraint'])) {