diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2001-08-08 07:41:04 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2001-08-08 07:41:04 +0000 |
commit | 4afcd4b1492a5f139c108c7b66f5efa47229ed9f (patch) | |
tree | 1730589626ac70ffa36aa015b53f2b0b20a0cd66 /Src | |
parent | 21dba96cd6c555cdfa36894665ee7edd9afcf348 (diff) | |
download | zsh-4afcd4b1492a5f139c108c7b66f5efa47229ed9f.tar.gz zsh-4afcd4b1492a5f139c108c7b66f5efa47229ed9f.tar.xz zsh-4afcd4b1492a5f139c108c7b66f5efa47229ed9f.zip |
Got rid of unused variables.
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/compresult.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index 14fa3adca..a325b7be3 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1520,7 +1520,7 @@ calclist(int showall) } if (!onlyexpl) { char **pp; - int *ws, tlines, tline, tcols, maxlen, nth, width, glines; + int *ws, tlines, tcols, width, glines; for (g = amatches; g; g = g->next) { add = 2 + !!(g->flags & CGF_FILES); |