From bef35864eb3bf54647c0805638227cc672d9ce89 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 9 May 2002 18:44:49 +0000 Subject: [PATCH] 2002-05-09 Michael Snyder * remote-rdp.c (remote_rdp_can_run): Remove. --- gdb/ChangeLog | 4 ++++ gdb/remote-rdp.c | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0595f37571..db01b696da 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-05-09 Michael Snyder + + * remote-rdp.c (remote_rdp_can_run): Remove. + 2002-05-09 Tom Tromey * jv-valprint.c (java_val_print): Handle `char' as a special case diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index d713a67878..280e79cdad 100644 --- a/gdb/remote-rdp.c +++ b/gdb/remote-rdp.c @@ -1363,13 +1363,6 @@ remote_rdp_create_inferior (char *exec_file, char *allargs, char **env) proceed (entry_point, TARGET_SIGNAL_DEFAULT, 0); } -/* Accept any stray run/attach commands */ -static int -remote_rdp_can_run (void) -{ - return 1; -} - /* Attach doesn't need to do anything */ static void remote_rdp_attach (char *args, int from_tty) @@ -1431,7 +1424,7 @@ init_remote_rdp_ops (void) remote_rdp_ops.to_reported_exec_events_per_exec_call = NULL; remote_rdp_ops.to_has_exited = NULL; remote_rdp_ops.to_mourn_inferior = generic_mourn_inferior; - remote_rdp_ops.to_can_run = remote_rdp_can_run; + remote_rdp_ops.to_can_run = NULL; remote_rdp_ops.to_notice_signals = 0; remote_rdp_ops.to_thread_alive = 0; remote_rdp_ops.to_stop = 0; -- 2.34.1