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:
Hannes Domani 2022-11-28 20:10:33 +01:00
parent 0d146c1c5f
commit e1df90510a

View file

@ -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);