about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2001-08-08 07:41:04 +0000
committerWayne Davison <wayned@users.sourceforge.net>2001-08-08 07:41:04 +0000
commit4afcd4b1492a5f139c108c7b66f5efa47229ed9f (patch)
tree1730589626ac70ffa36aa015b53f2b0b20a0cd66 /Src/Zle/compresult.c
parent21dba96cd6c555cdfa36894665ee7edd9afcf348 (diff)
downloadzsh-4afcd4b1492a5f139c108c7b66f5efa47229ed9f.tar.gz
zsh-4afcd4b1492a5f139c108c7b66f5efa47229ed9f.tar.xz
zsh-4afcd4b1492a5f139c108c7b66f5efa47229ed9f.zip
Got rid of unused variables.
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r--Src/Zle/compresult.c2
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);