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

selftests/bpf: Remove unused struct 'scale_test_def'

'scale_test_def' is unused since commit 3762a39ce85f ("selftests/bpf: Split out
bpf_verif_scale selftests into multiple tests"). Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20240602234112.225107-2-linux@treblig.org

authored by

Dr. David Alan Gilbert and committed by
Daniel Borkmann
dfa7c9ff 96a27ee7

-6
-6
tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c
··· 45 45 return err; 46 46 } 47 47 48 - struct scale_test_def { 49 - const char *file; 50 - enum bpf_prog_type attach_type; 51 - bool fails; 52 - }; 53 - 54 48 static void scale_test(const char *file, 55 49 enum bpf_prog_type attach_type, 56 50 bool should_fail)