Remove no longer used jump label
The out label is unused since wait_for_debug_event is in a different thread.
This commit is contained in:
parent
0d146c1c5f
commit
e1df90510a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue