diff options
Diffstat (limited to 'gdb/inf-ttrace.c')
-rw-r--r-- | gdb/inf-ttrace.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/inf-ttrace.c b/gdb/inf-ttrace.c index 3ba830f..36bf4cb 100644 --- a/gdb/inf-ttrace.c +++ b/gdb/inf-ttrace.c @@ -642,9 +642,6 @@ inf_ttrace_him (struct target_ops *ops, int pid) push_target (ops); - /* START_INFERIOR_TRAPS_EXPECTED is defined in inferior.h, and will - be 1 or 2 depending on whether we're starting without or with a - shell. */ startup_inferior (START_INFERIOR_TRAPS_EXPECTED); /* On some targets, there must be some explicit actions taken after |