From cbe05f680330235896929bcc1e65b4f5de4526b4 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 6 Nov 2001 23:38:15 +0000 Subject: 2001-11-06 Fred Fish * complaints.c (info_verbose): Remove unneeded decl, is in defs.h. * dbxread.c: Ditto * dwarf2read.c: Ditto. * dwarfread.c: Ditto. * exec.c: Ditto. * hpread.c: Ditto. * hpread.h: Ditto. * mdebugread.c: Ditto. * os9kread.c: Ditto. * stack.c: Ditto. * symfile.c: Ditto. * tracepoint.c: Ditto. --- gdb/hpread.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/hpread.c') diff --git a/gdb/hpread.c b/gdb/hpread.c index 3f781f45883..afd0b0a6c0a 100644 --- a/gdb/hpread.c +++ b/gdb/hpread.c @@ -127,9 +127,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; -- cgit v1.2.1