sim: bfin: fix -Wunused-variable warnings

This commit is contained in:
Mike Frysinger 2023-12-06 06:40:08 -07:00
parent 91669a0537
commit 4ff93a08ab

View File

@ -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;