Remove unused global define

This commit is contained in:
Adam Vandenberg 2010-06-17 16:35:27 -07:00
parent d49c6d675e
commit b2ae884e27

View File

@ -1,6 +1,5 @@
FORMULA_META_FILES = %w[README README.md ChangeLog COPYING LICENSE LICENCE COPYRIGHT AUTHORS] 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}" 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 def check_for_blacklisted_formula names
return if ARGV.force? return if ARGV.force?