super: remove effective_sysroot.

No longer needed in `super.rb` after it was moved to `os/mac`.
This commit is contained in:
Mike McQuaid 2016-07-15 08:10:23 +01:00
parent 91af4aa0fe
commit 2e747aa910

View File

@ -95,9 +95,6 @@ module Superenv
self["HOMEBREW_CXX"] = super
end
def effective_sysroot
end
def determine_cxx
determine_cc.to_s.gsub("gcc", "g++").gsub("clang", "clang++")
end