diff options
author | Hannes Domani <ssbssa@yahoo.de> | 2022-11-28 20:10:33 +0100 |
---|---|---|
committer | Hannes Domani <ssbssa@yahoo.de> | 2022-11-28 20:46:01 +0100 |
commit | e1df90510a85d08eae165d868d6aa20bc1d09203 (patch) | |
tree | 2b54062f633943e9d23c08cd56d5077b9e77ffec | |
parent | 0d146c1c5fd1ae18b0e0d5a1ace066f41639a48f (diff) | |
download | gdb-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.
-rw-r--r-- | gdb/windows-nat.c | 1 |
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); |