diff options
author | Fred Fish <fnf@specifix.com> | 2001-11-06 23:38:15 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2001-11-06 23:38:15 +0000 |
commit | cbe05f680330235896929bcc1e65b4f5de4526b4 (patch) | |
tree | 9c6829981ac8e067ba00c15b556db9546925884b /gdb/dwarfread.c | |
parent | 97e97499fb5db786de557548d482ca009844f202 (diff) | |
download | gdb-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/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index a78b199d95d..6eb0a0b06ed 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -241,7 +241,6 @@ typedef unsigned int DIE_REF; /* Reference to a DIE */ /* External variables referenced. */ -extern int info_verbose; /* From main.c; nonzero => verbose */ extern char *warning_pre_print; /* From utils.c */ /* The DWARF debugging information consists of two major pieces, |