aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-05-01 19:43:42 -0500
committerJack Nagel2014-05-01 19:43:42 -0500
commit1cabc60d1c7fcc6d32d7dbbe84888ec2167dd24c (patch)
treecf3fe99e43ce38b3c65c24dd73861f82c4ecf887 /Library/Homebrew
parent1032da4992bea39b70baf9eac1cb1bc9985930fc (diff)
downloadhomebrew-1cabc60d1c7fcc6d32d7dbbe84888ec2167dd24c.tar.bz2
Remove bad doctor check
Diffstat (limited to 'Library/Homebrew')
-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?