public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: m32r: cleanup unused variables
@ 2024-01-11  3:37 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2024-01-11  3:37 UTC (permalink / raw)
  To: gdb-cvs

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

commit c66061f40399dbb42a98707fc4fd1227b6a23751
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed Jan 10 21:56:58 2024 -0500

    sim: m32r: cleanup unused variables
    
    We've been building this file with -Wno-error, so clean up unused
    variable warnings.

Diff:
---
 sim/m32r/traps.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sim/m32r/traps.c b/sim/m32r/traps.c
index 51fe0d484a5..b779e0c3b9f 100644
--- a/sim/m32r/traps.c
+++ b/sim/m32r/traps.c
@@ -141,7 +141,6 @@ static void *
 t2h_addr (host_callback *cb, struct cb_syscall *sc,
 	  unsigned long taddr)
 {
-  void *addr;
   SIM_DESC sd = (SIM_DESC) sc->p1;
   SIM_CPU *cpu = (SIM_CPU *) sc->p2;
 
@@ -220,7 +219,7 @@ m32r_trap (SIM_CPU *current_cpu, PCADDR pc, int num)
       {
 	CB_SYSCALL s;
 	unsigned int func, arg1, arg2, arg3, arg4, arg5, arg6, arg7;
-	int result, result2, errcode;
+	int result, errcode;
 
 	if (STATE_ENVIRONMENT (sd) != USER_ENVIRONMENT)
 	  goto case_default;
@@ -250,7 +249,6 @@ m32r_trap (SIM_CPU *current_cpu, PCADDR pc, int num)
 	s.write_mem = sim_syscall_write_mem;
 
 	result = 0;
-	result2 = 0;
 	errcode = 0;
 
 	switch (func)

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

only message in thread, other threads:[~2024-01-11  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11  3:37 [binutils-gdb] sim: m32r: cleanup unused variables 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).