diff options
Diffstat (limited to 'gdb/elfread.c')
-rw-r--r-- | gdb/elfread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/elfread.c b/gdb/elfread.c index b806ca3..b8881d9 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -237,7 +237,6 @@ elf_symtab_read (minimal_symbol_reader &reader, /* Name of the last file symbol. This is either a constant string or is saved on the objfile's filename cache. */ const char *filesymname = ""; - struct dbx_symfile_info *dbx = DBX_SYMFILE_INFO (objfile); int stripped = (bfd_get_symcount (objfile->obfd) == 0); int elf_make_msymbol_special_p = gdbarch_elf_make_msymbol_special_p (gdbarch); |