Removed unused variable

pull/1043/head
Nils Winkler 2017-09-15 08:10:16 +02:00
parent 4caed3d6d5
commit 757d2b4ed9
1 changed files with 1 additions and 1 deletions

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]}"