aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/brew b/bin/brew
index d263fd6ca..368e4138d 100755
--- a/bin/brew
+++ b/bin/brew
@@ -104,9 +104,6 @@ begin
warn_about_macports_or_fink # keep warning before dependency resolution
unless ARGV.force?
- unless system "/usr/bin/which -s #{ENV.cc}"
- raise "We cannot find a c compiler, have you installed the latest Xcode?"
- end
formulae = ARGV.formulae.reject do |f|
if f.installed?
message = "Formula already installed: #{f.prefix}"