Remove unnecessary require

This commit is contained in:
Jack Nagel 2014-06-10 22:29:20 -05:00
parent dd1f742854
commit 5ec52ea4da

View File

@ -77,7 +77,6 @@ require 'compat' unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']
require 'test/unit' # must be after at_exit
require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser
require 'extend/ENV'
ARGV.extend(HomebrewArgvExtension)
begin