removed some "#if 0" code
This commit is contained in:
parent
a8a4b6b5d9
commit
78e1e6d95a
1 changed files with 0 additions and 4 deletions
|
@ -122,10 +122,6 @@ struct bfd_elf_section_data {
|
|||
Elf_Internal_Shdr this_hdr;
|
||||
Elf_Internal_Shdr rel_hdr;
|
||||
int this_idx, rel_idx;
|
||||
#if 0
|
||||
Elf_Internal_Shdr str_hdr;
|
||||
int str_idx;
|
||||
#endif
|
||||
};
|
||||
#define elf_section_data(sec) ((struct bfd_elf_section_data*)sec->used_by_bfd)
|
||||
#define shdr_name(abfd,shdr) (elf_shstrtab (abfd)->tab + (shdr)->sh_name)
|
||||
|
|
Loading…
Reference in a new issue