aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-17 16:35:27 -0700
committerAdam Vandenberg2010-06-17 16:53:17 -0700
commit017862f684d0fb2cc8387d29a1ccbbf225e09946 (patch)
tree9f14a9d894f48deee5c6f68bf019f10b0a9e744a /Library/Homebrew
parentd0962a583d583746f2a81ebdfc6a0beae82212ff (diff)
downloadhomebrew-017862f684d0fb2cc8387d29a1ccbbf225e09946.tar.bz2
Remove unused global define
Diffstat (limited to 'Library/Homebrew')
-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?