jenkins-promote-staging-trunk-libmemcached-10
[m6w6/libmemcached] / libtest / skiptest.cc
index 784f3a8f646bd45098691be1f7d8984b73da02e3..ef02152674122dce31cb389c05ea711e2296c690 100644 (file)
 using namespace libtest;
 
 
-collection_st collection[] ={
-  {0, 0, 0, 0}
-};
-
 static void *world_create(server_startup_st&, test_return_t& rc)
 {
   rc= TEST_SKIPPED;
@@ -43,6 +39,5 @@ static void *world_create(server_startup_st&, test_return_t& rc)
 
 void get_world(Framework *world)
 {
-  world->collections= collection;
   world->_create= world_create;
 }