From: Wilfried Goesgens Date: Sun, 4 Sep 2011 17:49:38 +0000 (+0000) Subject: remove one more systemcontext X-Git-Tag: v8.11~789 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=08694b02c52fb52ad307eea9368b07a88c964114 remove one more systemcontext --- diff --git a/citadel/sysdep.c b/citadel/sysdep.c index afcde0069..31a9c7ba1 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -1327,9 +1327,6 @@ void *select_on_master(void *blah) int i; int retval; - CtdlFillSystemContext(&select_on_master_CC, "select_on_master"); - pthread_setspecific(MyConKey, (void *)&select_on_master_CC); - while (!server_shutting_down) { /* Initialize the fdset. */ FD_ZERO(&master_fds);