Skip to content

Commit 05cbc21

Browse files
Benjamin Tissoiresborkmann
authored andcommitted
selftests/bpf: Drop an unused local variable
Some copy/paste leftover, this is never used. Fixes: e3d9eac ("selftests/bpf: wq: add bpf_wq_init() checks") Signed-off-by: Benjamin Tissoires <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Kumar Kartikeya Dwivedi <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent a891711 commit 05cbc21

File tree

1 file changed

+0
-2
lines changed
  • tools/testing/selftests/bpf/prog_tests

1 file changed

+0
-2
lines changed

tools/testing/selftests/bpf/prog_tests/wq.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,5 @@ void serial_test_wq(void)
3636

3737
void serial_test_failures_wq(void)
3838
{
39-
LIBBPF_OPTS(bpf_test_run_opts, topts);
40-
4139
RUN_TESTS(wq_failures);
4240
}

0 commit comments

Comments
 (0)