[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240602234112.225107-2-linux@treblig.org>
Date: Mon, 3 Jun 2024 00:41:10 +0100
From: linux@...blig.org
To: andrii@...nel.org,
eddyz87@...il.com,
mykolal@...com,
kpsingh@...nel.org,
shuah@...nel.org
Cc: bpf@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH 1/3] selftests/bpf: remove unused struct 'scale_test_def'
From: "Dr. David Alan Gilbert" <linux@...blig.org>
'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@...blig.org>
---
tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c | 6 ------
1 file changed, 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 @@ 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)
--
2.45.1
Powered by blists - more mailing lists