diff options
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r-- | gdb/infptrace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c index a9abbf2..2428722 100644 --- a/gdb/infptrace.c +++ b/gdb/infptrace.c @@ -144,7 +144,6 @@ ptrace_wait (ptid_t ptid, int *status) int wstate; wstate = wait (status); - target_post_wait (pid_to_ptid (wstate), *status); return wstate; } |