From 6e586cc56592f85535f788391b4f48025311b465 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 23 Jun 2011 15:08:01 +0000 Subject: 2011-06-23 Yao Qi * infrun.c (start_remote): Move call init_wait_for_inferior to ... * remote.c (remote_start_remote): ... here. * monitor.c (monitor_open): ... here. --- gdb/infrun.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index 8616f99..a656cbf 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -2246,7 +2246,6 @@ start_remote (int from_tty) { struct inferior *inferior; - init_wait_for_inferior (); inferior = current_inferior (); inferior->control.stop_soon = STOP_QUIETLY_REMOTE; -- cgit v1.1