aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build.rb
diff options
context:
space:
mode:
authorJack Nagel2013-06-12 17:25:00 -0500
committerJack Nagel2013-06-12 17:25:29 -0500
commit0f314f9808fa86ede1abb1183e21d29ddff87fd0 (patch)
treef30c40fbff4739daf4a99711679a828d3f24e7ee /Library/Homebrew/build.rb
parent630aa27c56c0094f391ba98929c395b6ea22bbc7 (diff)
downloadbrew-0f314f9808fa86ede1abb1183e21d29ddff87fd0.tar.bz2
Remove unused variable
Diffstat (limited to 'Library/Homebrew/build.rb')
-rwxr-xr-xLibrary/Homebrew/build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index 461d71118..25e2b31c4 100755
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -140,7 +140,7 @@ class Build
if f.fails_with? ENV.compiler
begin
- ENV.send CompilerSelector.new(f, ENV.compiler).compiler
+ ENV.send CompilerSelector.new(f).compiler
rescue CompilerSelectionError => e
raise e.message
end