* target.c (cleanup_target): Do not initialize to_query to

return_zero.
This commit is contained in:
Andrew Cagney 2001-12-05 22:32:57 +00:00
parent 12bffad7cc
commit 09227b3ec8
2 changed files with 5 additions and 3 deletions

View 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

View 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);