aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-17 16:35:27 -0700
committerAdam Vandenberg2010-06-17 16:53:17 -0700
commitb2ae884e27df98b05e19fa1fa04988d069bef4db (patch)
tree43d504422c3317c3b73ed14aceb503ed8795f23e /Library
parentd49c6d675e776943a14469afd8d3c3c60fcd51d3 (diff)
downloadbrew-b2ae884e27df98b05e19fa1fa04988d069bef4db.tar.bz2
Remove unused global define
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.h.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index c146756b1..b12786863 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -1,6 +1,5 @@
FORMULA_META_FILES = %w[README README.md ChangeLog COPYING LICENSE LICENCE COPYRIGHT AUTHORS]
PLEASE_REPORT_BUG = "#{Tty.white}Please report this bug at #{Tty.em}http://github.com/mxcl/homebrew/issues#{Tty.reset}"
-HOMEBREW_RECOMMENDED_GCC = 5577
def check_for_blacklisted_formula names
return if ARGV.force?