aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/superenv/macsystem.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/superenv/macsystem.rb b/Library/Homebrew/superenv/macsystem.rb
index 7ac282b08..bf0956462 100644
--- a/Library/Homebrew/superenv/macsystem.rb
+++ b/Library/Homebrew/superenv/macsystem.rb
@@ -15,12 +15,4 @@ module MacSystem extend self
@x11_prefix ||= %W[/opt/X11 /usr/X11
#{MacOS.sdk_path}/usr/X11].find{|path| File.directory? "#{path}/include" }
end
-
- private
-
- def tst prefix
- prefix = prefix.to_s.chomp
- xcrun = "#{prefix}/usr/bin/xcrun"
- prefix if xcrun != "/usr/bin/xcrun" and File.executable? xcrun
- end
end