Merge pull request #4391 from MikeMcQuaid/remove-unused-var

brew.sh: remove unused variable.
This commit is contained in:
Mike McQuaid 2018-06-29 20:34:57 +01:00 committed by GitHub
commit d3968fc327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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