diff options
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r-- | gdb/fork-child.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c index c8e7683..7aff110 100644 --- a/gdb/fork-child.c +++ b/gdb/fork-child.c @@ -426,9 +426,6 @@ startup_inferior (int ntraps) init_wait_for_inferior (); - inferior_ignoring_leading_exec_events = - target_reported_exec_events_per_exec_call () - 1; - while (1) { /* Make wait_for_inferior be quiet. */ |