diff options
| author | Jack Nagel | 2014-10-29 00:48:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-29 00:52:23 -0500 |
| commit | eca1bcef9a96dc6c819be30582f05c58ca184fb4 (patch) | |
| tree | abaeab3c60ed274a90c748c5cc3d0bc1bf635b4c /Library | |
| parent | 6c54de812f00658404501719d315202a5551cc1b (diff) | |
| download | homebrew-eca1bcef9a96dc6c819be30582f05c58ca184fb4.tar.bz2 | |
Remove unreachable branch
Requirements meeting this condition are skipped by the first branch
on the caller side:
https://github.com/Homebrew/homebrew/blob/6c54de812f00658404501719d315202a5551cc1b/Library/Homebrew/formula_installer.rb
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 16bec5fab..ae0787c52 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -237,7 +237,6 @@ class FormulaInstaller def install_requirement_default_formula?(req, dependent, build) return false unless req.default_formula? - return false if build.without?(req) && (req.recommended? || req.optional?) return true unless req.satisfied? install_bottle_for?(dependent, build) || build_bottle? end |
