diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 5dbce04..c99c59a 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -118,10 +118,6 @@ struct symbol *lookup_symbol_aux_minsyms (const char *name, struct symtab **symtab); #endif -/* This flag is used in hppa-tdep.c, and set in hp-symtab-read.c. - Signals the presence of objects compiled by HP compilers. */ -int deprecated_hp_som_som_object_present = 0; - static void fixup_section (struct general_symbol_info *, struct objfile *); static int file_matches (char *, char **, int); |