aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/config.rb')
-rw-r--r--Library/Homebrew/config.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/config.rb b/Library/Homebrew/config.rb
index 30b7bc6c9..38d7c8043 100644
--- a/Library/Homebrew/config.rb
+++ b/Library/Homebrew/config.rb
@@ -2,8 +2,6 @@ unless ENV["HOMEBREW_BREW_FILE"]
raise "HOMEBREW_BREW_FILE was not exported! Please call bin/brew directly!"
end
-require "constants"
-
# Path to `bin/brew` main executable in HOMEBREW_PREFIX
HOMEBREW_BREW_FILE = Pathname.new(ENV["HOMEBREW_BREW_FILE"])