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

@ -72,8 +72,6 @@ static void init_exec_ops (void);
void _initialize_exec (void);
extern int info_verbose;
/* The target vector for executable files. */
struct target_ops exec_ops;