]> arthur.barton.de Git - brew-completion.git/commitdiff
Remove unused code
authorAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:28:39 +0000 (18:28 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:28:39 +0000 (18:28 +0200)
The removed parts were intended to handle commands without paramaters
but aren't used any more ...

brew-completion.sh

index e79a16e16fec6ca5f0aa563655ab155b9b82a5ac..a3fd7d49dc4d67756a392681ce6c8559fd68228e 100644 (file)
@@ -93,9 +93,6 @@ _brew()
                        fi
                        return 0
                        ;;
-               "search"|"update"|"--config")
-                       return 0
-                       ;;
                *)
                        for c in $EXTCMD; do
                                if [ "$cmd" = "$c" ]; then