From b4a634903e83f80279d27f550069ad5e7b3e77b1 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 30 Aug 2014 23:11:02 -0500 Subject: Remove obsolete nil check --- Library/Homebrew/test/test_compiler_selector.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3