remove one more systemcontext
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 17:49:38 +0000 (17:49 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 17:49:38 +0000 (17:49 +0000)
citadel/sysdep.c

index afcde00696e20a26940f9afb58e89248ddcd9771..31a9c7ba150b732ffd594a8ae037aacd7dde9960 100644 (file)
@@ -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);