From e1df90510a85d08eae165d868d6aa20bc1d09203 Mon Sep 17 00:00:00 2001
From: Hannes Domani <ssbssa@yahoo.de>
Date: Mon, 28 Nov 2022 20:10:33 +0100
Subject: Remove no longer used jump label

The out label is unused since wait_for_debug_event is in a different thread.
---
 gdb/windows-nat.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'gdb/windows-nat.c')

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);
-- 
cgit v1.1