brew.sh: remove unused variable.

As of #4377 this is no longer used.
This commit is contained in:
Mike McQuaid 2018-06-29 20:09:08 +01:00
parent 0d33aba0b7
commit ec6420229e

View File

@ -101,7 +101,6 @@ then
# https://github.com/blog/2507-weak-cryptographic-standards-removed # https://github.com/blog/2507-weak-cryptographic-standards-removed
if [[ "$HOMEBREW_MACOS_VERSION_NUMERIC" -lt "100900" ]] if [[ "$HOMEBREW_MACOS_VERSION_NUMERIC" -lt "100900" ]]
then then
HOMEBREW_SYSTEM_GIT_TOO_OLD="1"
HOMEBREW_FORCE_BREWED_GIT="1" HOMEBREW_FORCE_BREWED_GIT="1"
fi fi