aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-08-27 23:59:37 +0000
committerKen Raeburn <raeburn@cygnus>1993-08-27 23:59:37 +0000
commit78e1e6d95a89375bfcd2f01e963f9edbc67c8b85 (patch)
treece8c57573c542d9d0e1618e64b21195b19227145 /bfd
parenta8a4b6b5d922bae87333c11b639810089c92a928 (diff)
downloadfsf-binutils-gdb-78e1e6d95a89375bfcd2f01e963f9edbc67c8b85.zip
fsf-binutils-gdb-78e1e6d95a89375bfcd2f01e963f9edbc67c8b85.tar.gz
fsf-binutils-gdb-78e1e6d95a89375bfcd2f01e963f9edbc67c8b85.tar.bz2
removed some "#if 0" code
Diffstat (limited to 'bfd')
-rw-r--r--bfd/libelf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/libelf.h b/bfd/libelf.h
index 2dca4a4..47f3d1e 100644
--- a/bfd/libelf.h
+++ b/bfd/libelf.h
@@ -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)