diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-19 16:26:10 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-19 16:26:10 +0000 |
| commit | 962624e8c343e3968fbb55160b8a14b460400bc0 (patch) | |
| tree | d3d7441133e679a6dd61d61d5b128379691fa9bf /Src/parse.c | |
| parent | 29490: add RLIMIT_RTTIME (diff) | |
| download | zsh-962624e8c343e3968fbb55160b8a14b460400bc0.tar zsh-962624e8c343e3968fbb55160b8a14b460400bc0.tar.gz zsh-962624e8c343e3968fbb55160b8a14b460400bc0.tar.bz2 zsh-962624e8c343e3968fbb55160b8a14b460400bc0.tar.lz zsh-962624e8c343e3968fbb55160b8a14b460400bc0.tar.xz zsh-962624e8c343e3968fbb55160b8a14b460400bc0.tar.zst zsh-962624e8c343e3968fbb55160b8a14b460400bc0.zip | |
29491: remove some variables set but not used
Diffstat (limited to 'Src/parse.c')
| -rw-r--r-- | Src/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/parse.c b/Src/parse.c index e59a882ca..4720dc3cf 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -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(); |
