From: Mike Frysinger Date: Sat, 16 Dec 2023 02:47:06 +0000 (-0500) Subject: sim: bpf: fix -Wunused-variable warnings X-Git-Tag: binutils-2_42~523 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b75ed17979cbfa1d6579cbd40b4562c6d92968a;p=thirdparty%2Fbinutils-gdb.git sim: bpf: fix -Wunused-variable warnings --- diff --git a/sim/bpf/bpf-sim.c b/sim/bpf/bpf-sim.c index a4af22b2308..2939e8265f7 100644 --- a/sim/bpf/bpf-sim.c +++ b/sim/bpf/bpf-sim.c @@ -154,7 +154,6 @@ bpf_write_u64 (SIM_CPU *cpu, bfd_vma address, uint64_t value) static int bpf_trace_printk (SIM_CPU *cpu) { - va_list ap; SIM_DESC sd = CPU_STATE (cpu); bfd_vma fmt_address; @@ -1328,7 +1327,6 @@ sim_create_inferior (SIM_DESC sd, struct bfd *abfd, char * const *argv, char * const *env) { SIM_CPU *cpu = STATE_CPU (sd, 0); - host_callback *cb = STATE_CALLBACK (sd); bfd_vma addr; /* Determine the start address.