From 86daf9070037b8d91739871f5dd73eed6d05e0e7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 1 May 2014 19:43:42 -0500 Subject: [PATCH] Remove bad doctor check --- Library/Homebrew/cmd/doctor.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 720cb4fe62..5945fa31b0 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -296,12 +296,6 @@ def check_for_stray_developer_directory end end -def check_cc - if !MacOS::CLT.installed? && MacOS::Xcode.version < "4.3" - 'No compiler found in /usr/bin!' - end -end - def check_standard_compilers return if check_xcode_clt # only check if Xcode is up to date compiler_status = MacOS.compilers_standard?