Skip to content

Commit 6f859d2

Browse files
committed
refactor(cvs): remove unused variable
1 parent cd85c37 commit 6f859d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/cvs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ _comp_cmd_cvs()
5555
local cur prev words cword comp_args
5656
_comp_initialize -n : -- "$@" || return
5757

58-
local count mode="" i cvsroot="" has_cvsroot="" cvsroots pwd
58+
local count mode="" i cvsroot="" has_cvsroot="" pwd
5959
local -a flags files entries changed newremoved
6060

6161
local noargopts='!(-*|*[d]*)'

0 commit comments

Comments
 (0)