aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/os/mac/xcode.rb9
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"