From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2111) id 1C06A385B187; Mon, 28 Nov 2022 19:45:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C06A385B187 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669664706; bh=/BmJuEq875t4U9TQU37XnhftxjCRv7ZRLLds0YSMUkE=; h=From:To:Subject:Date:From; b=kmVHg0OEBVPQPcqv7TQxPPTvpP0mNST+RVviw6GHKhnpR1+VGNaJP9EMOtfFT4VEa FWGN1oHBA0wc1l2rtJ6nOSlJMtNMVVekjemN1kpzZmhCoTDdeLOO5zejRrCz4PUe/5 k9UKvLEYfiDz+vOoKt5IYIB2OWd1+mKa8LLMoUi0= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Hannes Domani To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove no longer used jump label X-Act-Checkin: binutils-gdb X-Git-Author: Hannes Domani X-Git-Refname: refs/heads/master X-Git-Oldrev: 0d146c1c5fd1ae18b0e0d5a1ace066f41639a48f X-Git-Newrev: e1df90510a85d08eae165d868d6aa20bc1d09203 Message-Id: <20221128194506.1C06A385B187@sourceware.org> Date: Mon, 28 Nov 2022 19:45:06 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De1df90510a85= d08eae165d868d6aa20bc1d09203 commit e1df90510a85d08eae165d868d6aa20bc1d09203 Author: Hannes Domani Date: Mon Nov 28 20:10:33 2022 +0100 Remove no longer used jump label =20 The out label is unused since wait_for_debug_event is in a different th= read. Diff: --- gdb/windows-nat.c | 1 - 1 file changed, 1 deletion(-) 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)); } =20 -out: if (thread_id =3D=3D 0) return null_ptid; return ptid_t (windows_process.current_event.dwProcessId, thread_id, 0);