aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <[email protected]>2024-06-02 23:41:10 +0000
committerDaniel Borkmann <[email protected]>2024-06-03 14:52:42 +0000
commitdfa7c9ffa607235119e029b70ced72f29059f8f3 (patch)
tree991ac90a028c0d8746c86ecdb5bdce7c46f50965 /tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c
parentriscv, bpf: Introduce shift add helper with Zba optimization (diff)
downloadkernel-dfa7c9ffa607235119e029b70ced72f29059f8f3.tar.gz
kernel-dfa7c9ffa607235119e029b70ced72f29059f8f3.zip
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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c')
-rw-r--r--tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c b/tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c
index 4c6ada5b270b..73f669014b69 100644
--- a/tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c
+++ b/tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c
@@ -45,12 +45,6 @@ err_out:
return err;
}
-struct scale_test_def {
- const char *file;
- enum bpf_prog_type attach_type;
- bool fails;
-};
-
static void scale_test(const char *file,
enum bpf_prog_type attach_type,
bool should_fail)