diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index e2d2176..17422e1 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1824,7 +1824,6 @@ windows_nat_target::get_windows_debug_event windows_process.desired_stop_thread_id, 0)); } -out: if (thread_id == 0) return null_ptid; return ptid_t (windows_process.current_event.dwProcessId, thread_id, 0); |