aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMisty De Meo2015-12-04 22:49:05 -0800
committerMisty De Meo2015-12-07 13:17:43 -0800
commita8476c0dbe016719fbca2327cd93ebb386b4fdff (patch)
treebba9b6d722ef44af7a4a1c097760295fe2859e34 /Library/Homebrew/cmd
parent5ecf3113a857568d8268a4ec49a8a4d4b2618c00 (diff)
downloadbrew-a8476c0dbe016719fbca2327cd93ebb386b4fdff.tar.bz2
doctor: remove Xcode 7 on 10.10 warning
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index f92ce058a..ead2bfcce 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -610,19 +610,6 @@ class Checks
end
end
- # Xcode 7 lacking the 10.10 SDK is forcing sysroot to be declared
- # nil on 10.10 & breaking compiles. CLT is workaround.
- def check_sdk_path_not_nil_yosemite
- if MacOS.version == :yosemite && !MacOS::CLT.installed? && MacOS::Xcode.installed? && MacOS.sdk_path.nil?
- <<-EOS.undent
- Xcode 7 lacks the 10.10 SDK which can cause some builds to fail.
- We recommend installing the Command Line Tools with:
- xcode-select --install
- to resolve this issue.
- EOS
- end
- end
-
def check_user_path_1
$seen_prefix_bin = false
$seen_prefix_sbin = false