mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
unposted: remove unused variables
This commit is contained in:
parent
3d97186bfa
commit
b516dc37ac
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue