removed StartLibCitadel()
[citadel.git] / libcitadel / tests / stripallbut_test.c
index fb67fb5a750978d631dedd242d310a5378cc3f5e..22ecf7305eb5907677325d4cb5fb0d488d3f4bf1 100644 (file)
@@ -128,7 +128,6 @@ int main(int argc, char* argv[])
 {
        setvbuf(stdout, NULL, _IONBF, 0);
 
-       StartLibCitadel(8);
 
        CU_set_output_filename("TestAutomated");
        if (CU_initialize_registry()) {