mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-04 06:14:50 +01:00
unposted: remove unused variables
This commit is contained in:
parent
3d97186bfa
commit
b516dc37ac
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-08-04 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Src/subst.c: remove unused variables.
|
||||
|
||||
2014-08-04 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 32949 (wip 32928, 32937): Doc/Zsh/expn.yo, Src/subst.c,
|
||||
|
|
|
@ -2879,7 +2879,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int pf_flags)
|
|||
break;
|
||||
}
|
||||
} else if (inbrace && (*s == '^' || *s == Hat)) {
|
||||
char **zip, **ap, **apsrc;
|
||||
char **zip;
|
||||
int shortest = 1;
|
||||
++s;
|
||||
if (*s == '^' || *s == Hat) {
|
||||
|
|
Loading…
Reference in a new issue