Remove unused variable
This commit is contained in:
parent
e69c506617
commit
356c6f6293
1 changed files with 0 additions and 1 deletions
1
tccgen.c
1
tccgen.c
|
@ -314,7 +314,6 @@ static void apply_visibility(Sym *sym, CType *type)
|
||||||
sym->type.t |= vis;
|
sym->type.t |= vis;
|
||||||
|
|
||||||
if (sym->c > 0) {
|
if (sym->c > 0) {
|
||||||
int esym_type;
|
|
||||||
ElfW(Sym) *esym;
|
ElfW(Sym) *esym;
|
||||||
|
|
||||||
esym = &((ElfW(Sym) *)symtab_section->data)[sym->c];
|
esym = &((ElfW(Sym) *)symtab_section->data)[sym->c];
|
||||||
|
|
Loading…
Reference in a new issue