Skip to content
Snippets Groups Projects
Commit 86daf907 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove bad doctor check

parent a8f0872c
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment