diff options
Diffstat (limited to 'gdb/infttrace.c')
-rw-r--r-- | gdb/infttrace.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/infttrace.c b/gdb/infttrace.c index 30e893c..96664d1 100644 --- a/gdb/infttrace.c +++ b/gdb/infttrace.c @@ -2888,9 +2888,6 @@ ptrace_wait (ptid_t ptid, int *status) *status = _SIGTRAP; } - target_post_wait (pid_to_ptid (tsp.tts_pid), *status); - - #ifdef THREAD_DEBUG if (debug_on) printf ("Done waiting, pid is %d, tid %d\n", real_pid, real_tid); |