From: Hannes Domani Date: Mon, 28 Nov 2022 19:10:33 +0000 (+0100) Subject: Remove no longer used jump label X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1df90510a85d08eae165d868d6aa20bc1d09203;p=binutils-gdb.git Remove no longer used jump label The out label is unused since wait_for_debug_event is in a different thread. --- diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index e2d2176f138..17422e15f80 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);