projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d146c1
)
Remove no longer used jump label
author
Hannes Domani
<ssbssa@yahoo.de>
Mon, 28 Nov 2022 19:10:33 +0000
(20:10 +0100)
committer
Hannes 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
patch
|
blob
|
history
diff --git
a/gdb/windows-nat.c
b/gdb/windows-nat.c
index e2d2176f138ab406ea75efa4c459394c13c38784..17422e15f80cae18793b67486388d47baac77c59 100644
(file)
--- 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);