From 397ccc99687444dcc870738d832fa36f4ebf27cc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 6 Aug 2013 19:24:18 -0500 Subject: [PATCH] Remove more dead code --- Library/Homebrew/superenv/macsystem.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Library/Homebrew/superenv/macsystem.rb b/Library/Homebrew/superenv/macsystem.rb index 7ac282b080..bf09564627 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