1
0
Fork 0
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:
Peter Stephenson 2014-08-04 18:54:02 +01:00
parent 3d97186bfa
commit b516dc37ac
2 changed files with 5 additions and 1 deletions

View file

@ -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) {