From 55b0ee787ae88c4bd1087040984303ba53d33c78 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 1 Apr 2014 22:54:02 -0500 Subject: [PATCH] Remove dead code --- Library/Homebrew/os/mac/xcode.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index d89aa8d261..027935b4ff 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"