diff options
Diffstat (limited to 'gdb/gdb_bfd.c')
-rw-r--r-- | gdb/gdb_bfd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdb_bfd.c b/gdb/gdb_bfd.c index ae561d3..d4540b9 100644 --- a/gdb/gdb_bfd.c +++ b/gdb/gdb_bfd.c @@ -345,7 +345,6 @@ const gdb_byte * gdb_bfd_map_section (asection *sectp, bfd_size_type *size) { bfd *abfd; - unsigned char header[4]; struct gdb_bfd_section_data *descriptor; bfd_byte *data; |