Skip to content

Commit

Permalink
super: remove effective_sysroot.
Browse files Browse the repository at this point in the history
No longer needed in `super.rb` after it was moved to `os/mac`.
  • Loading branch information
MikeMcQuaid committed Jul 15, 2016
1 parent 91af4aa commit 2e747aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Library/Homebrew/extend/ENV/super.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ def cxx=(val)
self["HOMEBREW_CXX"] = super
end

def effective_sysroot
end

def determine_cxx
determine_cc.to_s.gsub("gcc", "g++").gsub("clang", "clang++")
end
Expand Down

0 comments on commit 2e747aa

Please sign in to comment.