diff options
author | John Gilmore <gnu@cygnus> | 1992-10-15 09:44:59 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-15 09:44:59 +0000 |
commit | 5f9ca9603825b26fca8625e98e34e75aa599f26f (patch) | |
tree | d5b5adf2cecc2c3c0bb325af699c3f1bb983ce36 /bfd/coffcode.h | |
parent | f8e01940189dfd4a06f8818d4442ce6d39fd9539 (diff) | |
download | gdb-5f9ca9603825b26fca8625e98e34e75aa599f26f.zip gdb-5f9ca9603825b26fca8625e98e34e75aa599f26f.tar.gz gdb-5f9ca9603825b26fca8625e98e34e75aa599f26f.tar.bz2 |
* aout-adobe.c, aoutf1.h, aoutx.h, bout.c coff-m68k.c, coff-z8k.c,
coffcode.h, elf.c, libaout.h, libbfd.h, srec.c: Lint.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 6b311f9..1fef148 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -2315,7 +2315,6 @@ coff_add_missing_symbols (abfd) asymbol **sympp2; unsigned int i; int need_text = 1, need_data = 1, need_bss = 1, need_file = 1; - coff_data_type *cdata = coff_data (abfd); for (i = 0; i < nsyms; i++) { |