1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-22 13:21:27 +01:00

29491: remove some variables set but not used

This commit is contained in:
Peter Stephenson 2011-06-19 16:26:10 +00:00
parent c31caeb086
commit 962624e8c3
12 changed files with 34 additions and 38 deletions

View file

@ -1709,11 +1709,11 @@ par_simple(int *complex, int nr)
}
zshlex();
} else {
int ll, sl, pl, c = 0;
int ll, sl, c = 0;
ll = ecadd(0);
sl = ecadd(0);
pl = ecadd(WCB_PIPE(WC_PIPE_END, 0));
(void)ecadd(WCB_PIPE(WC_PIPE_END, 0));
if (!par_cmd(&c)) {
cmdpop();