Remove redundant lookup for tools package
Because the first call to getBestPackage will use VersionRange.Any, it will match whatever the second call would match, but the second call will only happen if there is no match, hence it should not be possible that the second call ever returns something. |
---|
|
source/dub/dub.d |
---|