Skip to content

Commit

Permalink
Cleanup some unused local variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Mar 3, 2022
1 parent 508b5f2 commit f418ff8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions completion/zsh/_pactrans
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#compdef pactrans pacinstall pacremove

local context state state_descr line
typeset -A opt_args
typeset -a args

args=(
Expand Down Expand Up @@ -72,7 +70,6 @@ local install_comp='*:package:{_values package $(pacman -Sql)}'
local remove_comp='*:package:{_values package $(pacman -Qq)}'

# Detect what type of positional arguments we are currently completing (if any)
declare -a current_words
local mode word

case $service in
Expand Down

0 comments on commit f418ff8

Please sign in to comment.