removed StartLibCitadel()
[citadel.git] / libcitadel / tests / stringbuf_IO_test.c
index b3446081abcd86e9cc694a6f8b6dca98bf23ce66..984b5beb4c608537068e60868f25bfcf8e0d16bf 100644 (file)
@@ -137,7 +137,6 @@ static void worker_entry(testfunc F)
 {
        int ssock;
        int i = 0;
-       int fail_this_transaction = 0;
        int ret;
        struct timeval tv;
        fd_set readset, tempset;
@@ -150,7 +149,6 @@ static void worker_entry(testfunc F)
 
        do {
                /* Only one thread can accept at a time */
-               fail_this_transaction = 0;
                ssock = -1; 
                errno = EAGAIN;
                do {
@@ -459,7 +457,6 @@ int main(int argc, char* argv[])
        }
 
 
-       StartLibCitadel(8);
        CU_BOOL Run = CU_FALSE ;
        
        CU_set_output_filename("TestAutomated");