diff options
| author | Jack Nagel | 2013-06-12 17:25:00 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-06-12 17:25:29 -0500 | 
| commit | 5f032942ed89cc56587041cab112c38866cc6025 (patch) | |
| tree | 602fa7c1bb3d6783635ac8b59c4e0601fe8c26d5 /Library/Homebrew/compilers.rb | |
| parent | 3f5f21fbe027135f730cf444f0c37eff2460e3b4 (diff) | |
| download | homebrew-5f032942ed89cc56587041cab112c38866cc6025.tar.bz2 | |
Remove unused variable
Diffstat (limited to 'Library/Homebrew/compilers.rb')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 80826237a..3aaaecbc8 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -35,9 +35,8 @@ class CompilerQueue  end  class CompilerSelector -  def initialize(f, old_compiler) +  def initialize(f)      @f = f -    @old_compiler = old_compiler      @compilers = CompilerQueue.new      %w{clang llvm gcc gcc_4_0}.map(&:to_sym).each do |cc|        unless MacOS.send("#{cc}_build_version").nil? | 
