Update all of libtest around runner.
[m6w6/libmemcached] / tests / libmemcached-1.0 / plus.cpp
index d2f89053d934d50e90e912d2fd36d3c90c931437..8539c5e6dc9fe79c1f3f5d7f1f4d0f004198b8d5 100644 (file)
@@ -291,11 +291,5 @@ void get_world(Framework *world)
   world->_create= world_create;
   world->_destroy= world_destroy;
 
-  world->item._startup= reinterpret_cast<test_callback_fn*>(world_test_startup);
-  world->_on_error= reinterpret_cast<test_callback_error_fn*>(world_on_error);
-
-  world->collection_startup= reinterpret_cast<test_callback_fn*>(world_container_startup);
-  world->collection_shutdown= reinterpret_cast<test_callback_fn*>(world_container_shutdown);
-
   world->set_runner(new LibmemcachedRunner);
 }