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.
This commit is contained in:
Fred Fish
2001-11-06 23:38:15 +00:00
parent df05402949
commit 4dc13854e5
13 changed files with 15 additions and 31 deletions

View File

@ -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 =