Remove no longer used jump label
authorHannes Domani <ssbssa@yahoo.de>
Mon, 28 Nov 2022 19:10:33 +0000 (20:10 +0100)
committerHannes Domani <ssbssa@yahoo.de>
Mon, 28 Nov 2022 19:46:01 +0000 (20:46 +0100)
The out label is unused since wait_for_debug_event is in a different thread.

gdb/windows-nat.c

index e2d2176f138ab406ea75efa4c459394c13c38784..17422e15f80cae18793b67486388d47baac77c59 100644 (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);