diff --git a/lib/git.zsh b/lib/git.zsh index df7f04aa4..aba095422 100644 --- a/lib/git.zsh +++ b/lib/git.zsh @@ -148,5 +148,3 @@ function git_compare_version() { POST_1_7_2_GIT=$(git_compare_version "1.7.2") #clean up the namespace slightly by removing the checker function unset -f git_compare_version - -