X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver_main.c;h=20bc5dddf0629e0b2912e60a5a7fe2fa0b90302e;hb=5abf3d0c3343809374a116cbe23c808a81a780c4;hp=343d0ae13b2daffce1cf72aad7fffe9f32d7c4bd;hpb=091d26d0ce0524e664020f5d33b13bc42e6a88e0;p=citadel.git diff --git a/citadel/server_main.c b/citadel/server_main.c index 343d0ae13..20bc5dddf 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -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. */