Changed the way we do the TSD area.
[citadel.git] / citadel / server_main.c
index 343d0ae13b2daffce1cf72aad7fffe9f32d7c4bd..20bc5dddf0629e0b2912e60a5a7fe2fa0b90302e 100644 (file)
@@ -347,15 +347,10 @@ void go_threading(void)
        int i;
        struct CtdlThreadNode *last_worker;
        
-       /* We can't use CT_PUSH() here so we do it the long way 
-        * So we can still use CT for current thread */
-       struct CtdlThreadNode *_this_cit_thread;
-       
        /*
         * Initialise the thread system
         */
        ctdl_thread_internal_init();
-       _this_cit_thread = CtdlThreadSelf();
        /*
         * Now create a bunch of worker threads.
         */