aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2016-07-15 08:10:23 +0100
committerMike McQuaid2016-07-15 08:10:25 +0100
commit2e747aa910ccfd645388a52517f285047a3276fe (patch)
tree536577fa8868b3e895bfc3844e6c56b977998764 /Library/Homebrew
parent91af4aa0fec338c7938956334921d3ef89934fea (diff)
downloadbrew-2e747aa910ccfd645388a52517f285047a3276fe.tar.bz2
super: remove effective_sysroot.
No longer needed in `super.rb` after it was moved to `os/mac`.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index 63522022e..6351449ca 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -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