Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dr. David Alan Gilbert and committed by
Shuah Khan
8031042c 2c7afc2a

-6
-6
lib/list-test.c
··· 1201 1201 }; 1202 1202 1203 1203 1204 - struct klist_test_struct { 1205 - int data; 1206 - struct klist klist; 1207 - struct klist_node klist_node; 1208 - }; 1209 - 1210 1204 static int node_count; 1211 1205 static struct klist_node *last_node; 1212 1206