remove unused var

This commit is contained in:
anon
2024-11-14 17:00:02 +01:00
parent ecd3f1b803
commit 17c8d522a8

View File

@ -269,7 +269,6 @@ int main(const int argc, const char * const * const argv) {
int oldnum; /* number in old cross-ref */
FILE *oldrefs; /* old cross-reference file */
char *s;
unsigned int i;
yyin = stdin;
yyout = stdout;