Whamcloud - gitweb
LU-8191 lnet: remove unused, fix non-static functions
[fs/lustre-release.git] / lnet / selftest / module.c
index ae73095..93cb266 100644 (file)
@@ -85,19 +85,6 @@ lnet_selftest_exit(void)
        }
 }
 
-void
-lnet_selftest_structure_assertion(void)
-{
-       BUILD_BUG_ON(sizeof(struct srpc_msg) != 160);
-       BUILD_BUG_ON(sizeof(struct srpc_test_reqst) != 70);
-       BUILD_BUG_ON(offsetof(struct srpc_msg, msg_body.tes_reqst.tsr_concur) !=
-                    72);
-       BUILD_BUG_ON(offsetof(struct srpc_msg, msg_body.tes_reqst.tsr_ndest) !=
-                             78);
-       BUILD_BUG_ON(sizeof(struct srpc_stat_reply) != 136);
-       BUILD_BUG_ON(sizeof(struct srpc_stat_reqst) != 28);
-}
-
 static int __init
 lnet_selftest_init(void)
 {