Reunified the master and client socket listener loops to cut down on thread diversity
[citadel.git] / citadel / threads.c
index eda189281c83ad572183fb60482fb26948b3d8db..fc960da18e01d6c80b17b8902878f98f8621fd57 100644 (file)
@@ -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);