Message ID | 20230714182835.66326-5-remi@remlab.net |
---|---|
State | New |
Headers | show |
Series | checkasm RISC-V Linux perf enablement | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c index 4b6164301a..c3075fe37c 100644 --- a/tests/checkasm/checkasm.c +++ b/tests/checkasm/checkasm.c @@ -524,7 +524,6 @@ static int measure_nop_time(void) { uint16_t nops[10000]; int i, nop_sum = 0; - av_unused const int sysfd = state.sysfd; for (i = 0; i < 10000; i++) { uint64_t t = checkasm_bench_start();