From f76a128f5c8ede4556e871ff003064c533e0291f Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Thu, 9 Feb 2006 00:28:28 +0000 Subject: [PATCH] (mtsymset, xutrailer, xundump1): Remove unused variables. --- src/lib/common/xundump.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index d33b408c..948c8a76 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -480,7 +480,6 @@ mtsymset(int fldno, long *set) { struct castr *ca; struct symbol *symtab; - int i; ca = getfld(fldno, NULL); if (!ca) @@ -570,7 +569,7 @@ xuheader(FILE *fp, int expected_table) static int xutrailer(FILE *fp, int type, int row) { - int rows, ch, res; + int rows, res; res = -1; if (human) { @@ -654,7 +653,7 @@ xundump1(FILE *fp, int type, struct castr *ca) struct empfile *ep = &empfile[type]; int fixed_rows = has_const(ca); int need_sentinel = !EF_IS_GAME_STATE(type); - int row, res, ch; + int row, ch; for (row = 0;; ++row) { ch = skipfs(fp);