X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fthreads.c;h=fc960da18e01d6c80b17b8902878f98f8621fd57;hb=64b7e8310ecc475692d6ce30c98dbb99fca605b1;hp=eda189281c83ad572183fb60482fb26948b3d8db;hpb=bca06b89514d8d91c1442735272ab10ea0e19f9a;p=citadel.git diff --git a/citadel/threads.c b/citadel/threads.c index eda189281..fc960da18 100644 --- a/citadel/threads.c +++ b/citadel/threads.c @@ -196,8 +196,6 @@ void go_threading(void) /* Second call to module init functions now that threading is up */ initialise_modules(1); - CtdlThreadCreate(select_on_master); - /* Begin with one worker thread. We will expand the pool if necessary */ CtdlThreadCreate(worker_thread);