diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index a162d32..9fe9f9a 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -4423,9 +4423,6 @@ extended_remote_create_inferior (char *exec_file, char *args, /* Clean up from the last time we were running. */ clear_proceed_status (); - - /* Let the remote process run. */ - proceed (-1, TARGET_SIGNAL_0, 0); } /* Async version of extended_remote_create_inferior. */ @@ -4451,9 +4448,6 @@ extended_remote_async_create_inferior (char *exec_file, char *args, /* Clean up from the last time we were running. */ clear_proceed_status (); - - /* Let the remote process run. */ - proceed (-1, TARGET_SIGNAL_0, 0); } |