aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
diff options
context:
space:
mode:
authorHannes Domani <ssbssa@yahoo.de>2022-11-28 20:10:33 +0100
committerHannes Domani <ssbssa@yahoo.de>2022-11-28 20:46:01 +0100
commite1df90510a85d08eae165d868d6aa20bc1d09203 (patch)
tree2b54062f633943e9d23c08cd56d5077b9e77ffec /gdb/windows-nat.c
parent0d146c1c5fd1ae18b0e0d5a1ace066f41639a48f (diff)
downloadgdb-e1df90510a85d08eae165d868d6aa20bc1d09203.zip
gdb-e1df90510a85d08eae165d868d6aa20bc1d09203.tar.gz
gdb-e1df90510a85d08eae165d868d6aa20bc1d09203.tar.bz2
Remove no longer used jump label
The out label is unused since wait_for_debug_event is in a different thread.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r--gdb/windows-nat.c1
1 files changed, 0 insertions, 1 deletions
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);