From ec6420229e003e785181c10b9f9ff8e98f1330fd Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 29 Jun 2018 20:09:08 +0100 Subject: [PATCH] brew.sh: remove unused variable. As of #4377 this is no longer used. --- Library/Homebrew/brew.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index 5cf45e4c18..9f1066bcd5 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -101,7 +101,6 @@ then # https://github.com/blog/2507-weak-cryptographic-standards-removed if [[ "$HOMEBREW_MACOS_VERSION_NUMERIC" -lt "100900" ]] then - HOMEBREW_SYSTEM_GIT_TOO_OLD="1" HOMEBREW_FORCE_BREWED_GIT="1" fi