]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/commitdiff
Cleanup memory test
authorJustin Sobota <jsobota@ti.com>
Tue, 9 Apr 2013 23:16:09 +0000 (19:16 -0400)
committerJustin Sobota <jsobota@ti.com>
Tue, 9 Apr 2013 23:16:09 +0000 (19:16 -0400)
test/rm_mem_test.c

index 615f9bd6c852d6d07b4104e0f83d5b25a7f23f65..782490094cbd2a7ca716c31a163d19f26de0a4bb 100644 (file)
@@ -1026,11 +1026,6 @@ void testServerCdClient(void)
     ERROR_CHECK(RM_OK, rmResult, clientName, "Delete failed");    
 }
 
-void testSharedServerClient(void)
-{
-
-}
-
 void main(Int argc, Char* argv[])
 {
     Rm_InitCfg rmInitCfg;
@@ -1064,8 +1059,6 @@ void main(Int argc, Char* argv[])
         
         /* Test Server-CD-Client interaction for memory leaks all from a single core */
         testServerCdClient();
-        /* Test Shared Server-Client interaction for memory leaks */
-        testSharedServerClient();
         
         /* Create Server for multicore interaction memory tests */
         memset((void *)&rmInitCfg, 0, sizeof(rmInitCfg));