aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/update.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index 9ba5b2503..518d20c68 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -7,10 +7,6 @@
source "$HOMEBREW_LIBRARY/Homebrew/utils/lock.sh"
-git() {
- "$HOMEBREW_LIBRARY/ENV/scm/git" "$@"
-}
-
git_init_if_necessary() {
if [[ -n "$HOMEBREW_OSX" ]]
then