Fix targ_ops declaration problem.
authorAnthony Green <green@redhat.com>
Mon, 22 Sep 2003 14:50:37 +0000 (14:50 +0000)
committerAnthony Green <green@redhat.com>
Mon, 22 Sep 2003 14:50:37 +0000 (14:50 +0000)
gdb/ChangeLog
gdb/monitor.c

index 7185355..7f780b8 100644 (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.
index ee2280d..77bde82 100644 (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)
     {