Fix targ_ops declaration problem.
This commit is contained in:
parent
ee20635054
commit
b222a67f1f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-09-22 Anthony Green <green@redhat.com>
|
||||
|
||||
* monitor.c (monitor_expect): Delete unused conflicting targ_ops
|
||||
declaration.
|
||||
|
||||
2003-09-20 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* breakpoint.c: Eliminate ARGSUSED.
|
||||
|
|
|
@ -521,7 +521,6 @@ monitor_expect (char *string, char *buf, int buflen)
|
|||
char *p = string;
|
||||
int obuflen = buflen;
|
||||
int c;
|
||||
extern struct target_ops *targ_ops;
|
||||
|
||||
if (monitor_debug_p)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue