summaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-05 22:32:57 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-05 22:32:57 +0000
commitf653bbdfea8f69c49a108bff0812fc0b01f97a72 (patch)
treec0827408b39e6217827c9e6445400b2238525d95 /gdb/target.c
parent64ec5eb1ce42a32808e7401d35a286ad76e651fb (diff)
downloadgdb-f653bbdfea8f69c49a108bff0812fc0b01f97a72.tar.gz
* target.c (cleanup_target): Do not initialize to_query to
return_zero.
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/target.c b/gdb/target.c
index c4d0f81d699..1a8723c37e5 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -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);