From e25b49dcb1987c6fdbd5fab976447195cd4d8373 Mon Sep 17 00:00:00 2001
From: Martin Afanasjew <martin@afanasjew.de>
Date: Sat, 2 Jul 2016 05:18:40 +0200
Subject: [PATCH] config: remove obsolete HOMEBREW_CONTRIB constant

---
 Library/Homebrew/config.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Library/Homebrew/config.rb b/Library/Homebrew/config.rb
index 9635ffbae3..3f1877be94 100644
--- a/Library/Homebrew/config.rb
+++ b/Library/Homebrew/config.rb
@@ -17,7 +17,6 @@ HOMEBREW_REPOSITORY = Pathname.new(ENV["HOMEBREW_REPOSITORY"])
 
 HOMEBREW_LIBRARY = Pathname.new(ENV["HOMEBREW_LIBRARY"])
 HOMEBREW_ENV_PATH = HOMEBREW_LIBRARY/"ENV"
-HOMEBREW_CONTRIB = HOMEBREW_REPOSITORY/"Library/Contributions"
 
 # Where we store lock files
 HOMEBREW_LOCK_DIR = HOMEBREW_LIBRARY/"Locks"
-- 
GitLab