From 0f314f9808fa86ede1abb1183e21d29ddff87fd0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 12 Jun 2013 17:25:00 -0500 Subject: Remove unused variable --- Library/Homebrew/test/test_compiler_selector.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/test_compiler_selector.rb b/Library/Homebrew/test/test_compiler_selector.rb index 4e104a271..17c3b0449 100644 --- a/Library/Homebrew/test/test_compiler_selector.rb +++ b/Library/Homebrew/test/test_compiler_selector.rb @@ -27,7 +27,7 @@ class CompilerSelectorTests < Test::Unit::TestCase end def actual_cc - CompilerSelector.new(@f, @cc).compiler + CompilerSelector.new(@f).compiler end def test_all_compiler_failures -- cgit v1.2.3