ARGV: remove unused 'usage' method

Also remove related helper method `Homebrew.help_s`.
This commit is contained in:
Martin Afanasjew 2016-04-17 03:58:35 +02:00
parent 3503806e77
commit c6536066dc
2 changed files with 0 additions and 9 deletions

View File

@ -58,10 +58,6 @@ module Homebrew
exit 0
end
def help_s
HOMEBREW_HELP
end
private
def help_for_command(cmd)

View File

@ -198,11 +198,6 @@ module HomebrewArgvExtension
options_only.any? { |arg| arg.scan("-").size == 1 && arg.include?(char) }
end
def usage
require "cmd/help"
Homebrew.help_s
end
def cc
value "cc"
end