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 718535587d35046716cc659ede0f40700c4f0cd0..7f780b8dd0a10846b39c7f36a1457cb22d982f15 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 ee2280d968c9fef35b383033ddcf74ca7893118d..77bde82baef85bdec8a22a588ee30e509d3884c7 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)
     {
This page took 0.030621 seconds and 4 git commands to generate.