From a21b4a0e721175471b9a95c9b31f57f18b7c19f4 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Fri, 9 Jun 2006 00:26:59 +0000 Subject: [PATCH] (mtsymset, add2symset): Remove unused local variables. --- src/lib/common/xundump.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index 81caabc6..6163827d 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -610,7 +610,6 @@ static int mtsymset(int fldno, long *set) { struct castr *ca; - struct symbol *symtab; ca = getfld(fldno, NULL); if (!ca) @@ -627,7 +626,6 @@ static int add2symset(int fldno, long *set, char *sym) { struct castr *ca; - struct symbol *symtab; int i; ca = getfld(fldno, NULL);