From: Anthony Green Date: Mon, 22 Sep 2003 14:50:37 +0000 (+0000) Subject: Fix targ_ops declaration problem. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b222a67f1f5f0a601afd28b4afacb5d2b6337ef1;p=binutils-gdb.git Fix targ_ops declaration problem. --- 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 + + * monitor.c (monitor_expect): Delete unused conflicting targ_ops + declaration. + 2003-09-20 Andrew Cagney * 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) {