Browse Source

Merge pull request #3911 from hannesvdvreken/patch-1

Unused variable
Jordi Boggiano 10 năm trước cách đây
mục cha
commit
e0ddc25db4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Composer/DependencyResolver/Pool.php

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

@@ -55,7 +55,6 @@ class Pool
 
     public function __construct($minimumStability = 'stable', array $stabilityFlags = array(), array $filterRequires = array())
     {
-        $stabilities = BasePackage::$stabilities;
         $this->versionParser = new VersionParser;
         $this->acceptableStabilities = array();
         foreach (BasePackage::$stabilities as $stability => $value) {