selftests/bpf: Remove unused struct 'scale_test_def'
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 2 Jun 2024 23:41:10 +0000 (00:41 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 3 Jun 2024 14:52:42 +0000 (16:52 +0200)
'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
tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c

index 4c6ada5..73f6690 100644 (file)
@@ -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)