aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-08-30 23:11:02 -0500
committerJack Nagel2014-08-30 23:11:02 -0500
commitb4a634903e83f80279d27f550069ad5e7b3e77b1 (patch)
treeed567c2dcb240120301ebc5b1cfafa187618ab46 /Library/Homebrew
parent97f89877e3364864ebca05b299f4bd9729e93505 (diff)
downloadbrew-b4a634903e83f80279d27f550069ad5e7b3e77b1.tar.bz2
Remove obsolete nil check
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/test/test_compiler_selector.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_compiler_selector.rb b/Library/Homebrew/test/test_compiler_selector.rb
index c379e5713..93161fb62 100644
--- a/Library/Homebrew/test/test_compiler_selector.rb
+++ b/Library/Homebrew/test/test_compiler_selector.rb
@@ -15,7 +15,6 @@ class CompilerSelectorTests < Homebrew::TestCase
end
def fails_with?(cc)
- return false if cc.nil?
@failures.include?(cc.name)
end
end