aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-01 19:43:42 -0500
committerJack Nagel2014-05-01 19:43:42 -0500
commit86daf9070037b8d91739871f5dd73eed6d05e0e7 (patch)
tree58c787d0b62513427f983726f617d173c03fb6c3 /Library
parenta8f0872cc0440ecdafffb7f27aa6eb5c01d0a627 (diff)
downloadbrew-86daf9070037b8d91739871f5dd73eed6d05e0e7.tar.bz2
Remove bad doctor check
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 720cb4fe6..5945fa31b 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?