aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-08-06 19:24:18 -0500
committerJack Nagel2013-08-06 19:24:18 -0500
commit397ccc99687444dcc870738d832fa36f4ebf27cc (patch)
tree05f7e8287ef7e9cddbfb82b56c3d310e69fbdd10 /Library
parent326f50ae3f9f4fd445443f3d23147c83d90a94d4 (diff)
downloadbrew-397ccc99687444dcc870738d832fa36f4ebf27cc.tar.bz2
Remove more dead code
Diffstat (limited to 'Library')
-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