(mtsymset, add2symset): Remove unused local variables.

This commit is contained in:
Ron Koenderink 2006-06-09 00:26:59 +00:00
parent 5b84e8087b
commit a21b4a0e72

View file

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