diff options
| author | Jack Nagel | 2013-06-12 17:25:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-12 17:25:29 -0500 |
| commit | 0f314f9808fa86ede1abb1183e21d29ddff87fd0 (patch) | |
| tree | f30c40fbff4739daf4a99711679a828d3f24e7ee /Library/Homebrew/test/test_compiler_selector.rb | |
| parent | 630aa27c56c0094f391ba98929c395b6ea22bbc7 (diff) | |
| download | brew-0f314f9808fa86ede1abb1183e21d29ddff87fd0.tar.bz2 | |
Remove unused variable
Diffstat (limited to 'Library/Homebrew/test/test_compiler_selector.rb')
| -rw-r--r-- | Library/Homebrew/test/test_compiler_selector.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
