diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/monitor.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 718535587d3..7f780b8dd0a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/monitor.c b/gdb/monitor.c index ee2280d968c..77bde82baef 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -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) { |