Commit dfa7c9ff authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Daniel Borkmann

selftests/bpf: Remove unused struct 'scale_test_def'

'scale_test_def' is unused since commit 3762a39c ("selftests/bpf: Split out
bpf_verif_scale selftests into multiple tests"). Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20240602234112.225107-2-linux@treblig.org
parent 96a27ee7
......@@ -45,12 +45,6 @@ static int check_load(const char *file, enum bpf_prog_type type)
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment