From 4afcd4b1492a5f139c108c7b66f5efa47229ed9f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 8 Aug 2001 07:41:04 +0000 Subject: Got rid of unused variables. --- Src/Zle/compresult.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit 1.4.1