Remove dead code
parent
5c0c51388a
commit
bb96b04f4a
|
@ -1333,8 +1333,6 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
|
||||||
throw new \LogicException('lazyProvidersRepoContains should not be called unless hasAvailablePackageList is true');
|
throw new \LogicException('lazyProvidersRepoContains should not be called unless hasAvailablePackageList is true');
|
||||||
}
|
}
|
||||||
|
|
||||||
$ruledOutByExactMatch = $ruledOutByRegex = true;
|
|
||||||
|
|
||||||
if (is_array($this->availablePackages) && isset($this->availablePackages[$name])) {
|
if (is_array($this->availablePackages) && isset($this->availablePackages[$name])) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue