Removed unused variable

This commit is contained in:
Nils Winkler
2017-09-15 08:10:16 +02:00
parent 4caed3d6d5
commit 757d2b4ed9

View File

@@ -59,7 +59,7 @@ _bash-it-comp-list-available()
_bash-it-comp()
{
local cur prev opts prevprev
local cur prev opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"