X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fskiptest.cc;h=ef02152674122dce31cb389c05ea711e2296c690;hb=de7e5645d23b4042a3707654ef27fe6648eba80f;hp=784f3a8f646bd45098691be1f7d8984b73da02e3;hpb=b77f874c7d7ff386d01eeedb44c14d3003354bae;p=m6w6%2Flibmemcached diff --git a/libtest/skiptest.cc b/libtest/skiptest.cc index 784f3a8f..ef021526 100644 --- a/libtest/skiptest.cc +++ b/libtest/skiptest.cc @@ -30,10 +30,6 @@ 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; }