X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fskiptest.cc;h=ef02152674122dce31cb389c05ea711e2296c690;hb=556d9cca3738f2dcecbe0cda93ba9dd89d1a7a31;hp=784f3a8f646bd45098691be1f7d8984b73da02e3;hpb=5d66b2f99bf7de6f54a3e463b01542b997f68ac8;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; }