summaryrefslogtreecommitdiff
path: root/lib/list-test.c
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-05-31 18:18:01 +0300
committerShuah Khan <skhan@linuxfoundation.org>2024-06-03 20:16:03 +0300
commit8031042cc531cc855926f76b0ea20db2da48f804 (patch)
tree527fb6262eed13946f4ad0bd90c3bf88c8dee2af /lib/list-test.c
parent2c7afc2a880cd4899f9dd6bfa62f10f84773148b (diff)
downloadlinux-8031042cc531cc855926f76b0ea20db2da48f804.tar.xz
list: test: remove unused struct 'klist_test_struct'
'klist_test_struct' has been unused since the original commit 57b4f760f94d ("list: test: Test the klist structure"). Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'lib/list-test.c')
-rw-r--r--lib/list-test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/list-test.c b/lib/list-test.c
index 0cc27de9cec8..383ee0ad582e 100644
--- a/lib/list-test.c
+++ b/lib/list-test.c
@@ -1201,12 +1201,6 @@ static struct kunit_suite hlist_test_module = {
};
-struct klist_test_struct {
- int data;
- struct klist klist;
- struct klist_node klist_node;
-};
-
static int node_count;
static struct klist_node *last_node;