Skip to content

Commit

Permalink
synclient: remove unused local variable "split"
Browse files Browse the repository at this point in the history
Refs #303
  • Loading branch information
scop committed Apr 22, 2019
1 parent 56703df commit 366488f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/synclient
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_synclient()
{
local cur prev words cword split
local cur prev words cword
_init_completion -n = || return

case $prev in
Expand Down

0 comments on commit 366488f

Please sign in to comment.