Merge working tree with build tree.
[m6w6/libmemcached] / tests / libmemcached-1.0 / all_tests_socket.cc
index 046bd2906d5b797ee6b8eb6830c75eb3f25aa51a..983f38aa212e4151baad6fdd16b45c7dff92df4c 100644 (file)
@@ -76,12 +76,5 @@ void get_world(Framework *world)
   world->_create= (test_callback_create_fn*)world_create;
   world->_destroy= (test_callback_destroy_fn*)world_destroy;
 
-  world->item._startup= (test_callback_fn*)world_test_startup;
-  world->item.set_flush((test_callback_fn*)world_flush);
-  world->_on_error= (test_callback_error_fn*)world_on_error;
-
-  world->collection_startup= (test_callback_fn*)world_container_startup;
-  world->collection_shutdown= (test_callback_fn*)world_container_shutdown;
-
   world->set_runner(new LibmemcachedRunner);
 }