* target.c (cleanup_target): Do not initialize to_query to
authorAndrew Cagney <cagney@redhat.com>
Wed, 5 Dec 2001 22:32:57 +0000 (22:32 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 5 Dec 2001 22:32:57 +0000 (22:32 +0000)
return_zero.

gdb/ChangeLog
gdb/target.c

index 9f2956d6de252b5b44903d2b3b1267b8300f5f93..8db9b6be9c66a59579b778d340818f5f27210e76 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-05  Andrew Cagney  <cagney@redhat.com>
+
+       * target.c (cleanup_target): Do not initialize to_query to
+       return_zero.
+
 2001-12-05  Jim Blandy  <jimb@redhat.com>
 
        * s390-tdep.c (s390_get_frame_info): Recognize argument register
index c4d0f81d699261ac164ea775d0386ca05b277263..1a8723c37e569cd2b1a3918329a0805631e88038 100644 (file)
@@ -488,9 +488,6 @@ cleanup_target (struct target_ops *t)
   de_fault (to_stop, 
            (void (*) (void)) 
            target_ignore);
-  de_fault (to_query, 
-           (int (*) (int, char *, char *, int *)) 
-           return_zero);
   de_fault (to_rcmd, 
            (void (*) (char *, struct ui_file *)) 
            tcomplain);