[4/4] Remove no longer used jump label

Message ID 20221128191224.1411-4-ssbssa@yahoo.de
State Committed
Commit e1df90510a85d08eae165d868d6aa20bc1d09203
Headers
Series [1/4] Fix calling convention of thread entry point |

Commit Message

Hannes Domani Nov. 28, 2022, 7:12 p.m. UTC
  ---
 gdb/windows-nat.c | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Tom Tromey Nov. 28, 2022, 7:35 p.m. UTC | #1
>>>>> "Hannes" == Hannes Domani via Gdb-patches <gdb-patches@sourceware.org> writes:

Hannes> ---

It's good to have a bit of text in the commit message.

Anyway this patch is ok, could even be done under the 'obvious' rule.
Thank you.

Tom
  

Patch

diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index e2d2176f138..17422e15f80 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);