diff options
| author | Jack Nagel | 2014-04-01 22:54:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-01 22:54:15 -0500 |
| commit | 40040c53e616df6cd8b026b1a79b9fe1b6dcc98a (patch) | |
| tree | cf4914a8af59579425d4520df23098b65c9a1994 | |
| parent | 53fb64ec5b32a808baf54877dc2de878bf06d36b (diff) | |
| download | homebrew-40040c53e616df6cd8b026b1a79b9fe1b6dcc98a.tar.bz2 | |
Remove dead code
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index d89aa8d26..027935b4f 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -180,15 +180,6 @@ module OS !!detect_version end - def mavericks_dev_tools? - MacOS.dev_tools_path == Pathname("#{MAVERICKS_PKG_PATH}/usr/bin") && - File.directory?("#{MAVERICKS_PKG_PATH}/usr/include") - end - - def usr_dev_tools? - MacOS.dev_tools_path == Pathname("/usr/bin") && File.directory?("/usr/include") - end - def latest_version if MacOS.version >= "10.8" "503.0.38" |
