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 | 4dc13854e578ca23e81646636213c36f12b98e6f (patch) | |
tree | d972d85bdee1894ac062cab0e4972f3e85f9f574 /gdb/mdebugread.c | |
parent | df054029496971368397b80788073d048f51fa7a (diff) | |
download | gdb-4dc13854e578ca23e81646636213c36f12b98e6f.zip gdb-4dc13854e578ca23e81646636213c36f12b98e6f.tar.gz gdb-4dc13854e578ca23e81646636213c36f12b98e6f.tar.bz2 |
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/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 8ce2d0f..c9e3490 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -146,11 +146,6 @@ struct symloc #define SC_IS_BSS(sc) ((sc) == scBss || (sc) == scSBss) #define SC_IS_UNDEF(sc) ((sc) == scUndefined || (sc) == scSUndefined) - -/* Things we import explicitly from other modules */ - -extern int info_verbose; - /* Various complaints about symbol reading that don't abort the process */ static struct complaint bad_file_number_complaint = |