1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

unposted: remove unnecessary parameter declarations in _xmlsoft

This commit is contained in:
Doug Kearns 2003-03-18 06:00:04 +00:00
parent 6a71284495
commit e0ae2a59b3
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
2003-03-18 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Unix/Command/_xmlsoft: remove unnecessary
declaration of local parameters
2003-03-15 Bart Schaefer <schaefer@zsh.org>
* 17659, 17661: zshconfig.ac: insert config.modules processing

@ -28,7 +28,7 @@ case $service in
':file:_files -g \*.xml' && return
;;
xmllint)
local curcontext="$curcontext" state line encoding
local -a encoding
encoding=(
UTF-8