Fix targ_ops declaration problem.

This commit is contained in:
Anthony Green 2003-09-22 14:50:37 +00:00
parent ee20635054
commit b222a67f1f
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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)
{