aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-04-01 22:54:02 -0500
committerJack Nagel2014-04-01 22:54:15 -0500
commit55b0ee787ae88c4bd1087040984303ba53d33c78 (patch)
treeab0abca1c6afeda37dbd88f89b4bc8e6d8f76890 /Library
parent8f1f1d8d8ad265715139957af2ae1f21ce74b550 (diff)
downloadbrew-55b0ee787ae88c4bd1087040984303ba53d33c78.tar.bz2
Remove dead code
Diffstat (limited to 'Library')
-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"