diff options
| author | Jack Nagel | 2013-08-06 19:24:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-06 19:24:18 -0500 |
| commit | 85b2d83eac17a938a5fed27c0fab0cb718d62f6d (patch) | |
| tree | 7420be6f875edd08a0cfbbc67e4e363263ab9078 /Library | |
| parent | 1c9b57e38a60675abd7550472ed2075e5dd14db2 (diff) | |
| download | homebrew-85b2d83eac17a938a5fed27c0fab0cb718d62f6d.tar.bz2 | |
Remove more dead code
Diffstat (limited to 'Library')
| -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 |
