diff options
| author | Jack Nagel | 2013-08-06 19:24:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-06 19:24:18 -0500 |
| commit | 397ccc99687444dcc870738d832fa36f4ebf27cc (patch) | |
| tree | 05f7e8287ef7e9cddbfb82b56c3d310e69fbdd10 | |
| parent | 326f50ae3f9f4fd445443f3d23147c83d90a94d4 (diff) | |
| download | brew-397ccc99687444dcc870738d832fa36f4ebf27cc.tar.bz2 | |
Remove more dead code
| -rw-r--r-- | Library/Homebrew/superenv/macsystem.rb | 8 |
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 |
