public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: bfin: fix -Wunused-variable warnings
@ 2023-12-19 10:52 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2023-12-19 10:52 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4ff93a08abd091b27d259983e10f1b69de48f464

commit 4ff93a08abd091b27d259983e10f1b69de48f464
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed Dec 6 06:40:08 2023 -0700

    sim: bfin: fix -Wunused-variable warnings

Diff:
---
 sim/bfin/interp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sim/bfin/interp.c b/sim/bfin/interp.c
index 9a141a88a34..df1d1b3f70f 100644
--- a/sim/bfin/interp.c
+++ b/sim/bfin/interp.c
@@ -103,7 +103,6 @@ void
 bfin_syscall (SIM_CPU *cpu)
 {
   SIM_DESC sd = CPU_STATE (cpu);
-  char * const *argv = (void *)STATE_PROG_ARGV (sd);
   host_callback *cb = STATE_CALLBACK (sd);
   bu32 args[6];
   CB_SYSCALL sc;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-19 10:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 10:52 [binutils-gdb] sim: bfin: fix -Wunused-variable warnings Michael Frysinger

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).