(mtsymset, add2symset): Remove unused local variables.
This commit is contained in:
parent
5b84e8087b
commit
a21b4a0e72
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue