From: Alexander Barton Date: Tue, 22 Jun 2010 16:28:39 +0000 (+0200) Subject: Remove unused code X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=ac56778625e1e8efee1264cdb073aa54f5b83475;p=brew-completion.git Remove unused code The removed parts were intended to handle commands without paramaters but aren't used any more ... --- diff --git a/brew-completion.sh b/brew-completion.sh index e79a16e..a3fd7d4 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -93,9 +93,6 @@ _brew() fi return 0 ;; - "search"|"update"|"--config") - return 0 - ;; *) for c in $EXTCMD; do if [ "$cmd" = "$c" ]; then