From ac56778625e1e8efee1264cdb073aa54f5b83475 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 22 Jun 2010 18:28:39 +0200 Subject: [PATCH] Remove unused code The removed parts were intended to handle commands without paramaters but aren't used any more ... --- brew-completion.sh | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.2