1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-20 10:53:29 +02:00

Got rid of unused variables.

This commit is contained in:
Wayne Davison 2001-08-08 07:41:04 +00:00
parent 21dba96cd6
commit 4afcd4b149

View File

@ -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);