diff options
Diffstat (limited to 'gdb/hpread.h')
-rw-r--r-- | gdb/hpread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/hpread.h b/gdb/hpread.h index 5eef32f..85e6a30 100644 --- a/gdb/hpread.h +++ b/gdb/hpread.h @@ -131,9 +131,6 @@ struct symloc #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private)) /* FIXME: Shouldn't this stuff be in a .h file somewhere? */ -/* Nonzero means give verbose info on gdb action. */ -extern int info_verbose; - /* Complaints about the symbols we have encountered. */ extern struct complaint string_table_offset_complaint; extern struct complaint lbrac_unmatched_complaint; |