public inbox for gdb-cvs@sourceware.org help / color / mirror / Atom feed
From: John Baldwin <jhb@sourceware.org> To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove unused variable. Date: Fri, 1 Apr 2022 22:23:41 +0000 (GMT) [thread overview] Message-ID: <20220401222341.AAD523888C45@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3181aed81c92d091f5313df5dee27a9376dc1cce commit 3181aed81c92d091f5313df5dee27a9376dc1cce Author: John Baldwin <jhb@FreeBSD.org> Date: Fri Apr 1 15:21:09 2022 -0700 Remove unused variable. Diff: --- gdb/i386-fbsd-tdep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gdb/i386-fbsd-tdep.c b/gdb/i386-fbsd-tdep.c index d50f35707ee..d68498cd5e9 100644 --- a/gdb/i386-fbsd-tdep.c +++ b/gdb/i386-fbsd-tdep.c @@ -347,7 +347,6 @@ static CORE_ADDR i386fbsd_get_thread_local_address (struct gdbarch *gdbarch, ptid_t ptid, CORE_ADDR lm_addr, CORE_ADDR offset) { - i386_gdbarch_tdep *tdep = (i386_gdbarch_tdep *) gdbarch_tdep (gdbarch); struct regcache *regcache; regcache = get_thread_arch_regcache (current_inferior ()->process_target (),
reply other threads:[~2022-04-01 22:23 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220401222341.AAD523888C45@sourceware.org \ --to=jhb@sourceware.org \ --cc=gdb-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).