summaryrefslogtreecommitdiff
path: root/gdb/hpread.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2001-11-06 23:38:15 +0000
committerFred Fish <fnf@specifix.com>2001-11-06 23:38:15 +0000
commitcbe05f680330235896929bcc1e65b4f5de4526b4 (patch)
tree9c6829981ac8e067ba00c15b556db9546925884b /gdb/hpread.c
parent97e97499fb5db786de557548d482ca009844f202 (diff)
downloadgdb-cbe05f680330235896929bcc1e65b4f5de4526b4.tar.gz
2001-11-06 Fred Fish <fnf@redhat.com>
* 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.
Diffstat (limited to 'gdb/hpread.c')
-rw-r--r--gdb/hpread.c3
1 files changed, 0 insertions, 3 deletions
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;