Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/bpf: Drop an unused local variable

Some copy/paste leftover, this is never used.

Fixes: e3d9eac99afd ("selftests/bpf: wq: add bpf_wq_init() checks")
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/bpf/20240430-bpf-next-v3-3-27afe7f3b17c@kernel.org

authored by

Benjamin Tissoires and committed by
Daniel Borkmann
05cbc217 a891711d

-2
-2
tools/testing/selftests/bpf/prog_tests/wq.c
··· 36 36 37 37 void serial_test_failures_wq(void) 38 38 { 39 - LIBBPF_OPTS(bpf_test_run_opts, topts); 40 - 41 39 RUN_TESTS(wq_failures); 42 40 }