Skip to content

Commit 8031042

Browse files
Dr. David Alan Gilbertshuahkh
authored andcommitted
list: test: remove unused struct 'klist_test_struct'
'klist_test_struct' has been unused since the original commit 57b4f76 ("list: test: Test the klist structure"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Reviewed-by: David Gow <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 2c7afc2 commit 8031042

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/list-test.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,12 +1201,6 @@ static struct kunit_suite hlist_test_module = {
12011201
};
12021202

12031203

1204-
struct klist_test_struct {
1205-
int data;
1206-
struct klist klist;
1207-
struct klist_node klist_node;
1208-
};
1209-
12101204
static int node_count;
12111205
static struct klist_node *last_node;
12121206

0 commit comments

Comments
 (0)