diff options
| author | Jack Nagel | 2014-08-03 13:06:46 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-03 13:13:23 -0500 |
| commit | d54bce6a1af251a32f759e2017e0f4d1bc8d8c53 (patch) | |
| tree | ca852fddccf424262f17c7c61bd0e8c76c23ae3a /Library | |
| parent | b6e9600b9fbcb1f86bc43d78fb461a1247e9aacd (diff) | |
| download | brew-d54bce6a1af251a32f759e2017e0f4d1bc8d8c53.tar.bz2 | |
Remove dead code
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 2fa43757d..95faa4415 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -121,12 +121,10 @@ class CompilerSelector def priority_for(cc) case cc - when :clang then @versions.clang_build_version >= 318 ? 3 : 0.5 - when :gcc then 2.5 - when :llvm then 2 + when :clang then @versions.clang_build_version >= 318 ? 3 : 0.5 + when :gcc then 2.5 + when :llvm then 2 when :gcc_4_0 then 0.25 - # non-Apple gcc compilers - else 1.5 end end end |
