X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcontext_loop.c;h=5a0730297d3b23255c04c99c8a35a0ce378f6a67;hb=1e99d3eab849c3c41341d2d9b055ea7ee6a058a3;hp=f02a619913123c375a81c599d29b6e5dd17896cf;hpb=7ac4cd72d5898ac2a0adc08f28f6dde4b41967e4;p=citadel.git diff --git a/webcit/context_loop.c b/webcit/context_loop.c index f02a61991..5a0730297 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -24,7 +24,6 @@ pthread_mutex_t SessionListMutex; wcsession *SessionList = NULL; /* Linked list of all webcit sessions */ -pthread_key_t MyConKey; /* TSD key for MySession() */ HashList *HttpReqTypes = NULL; HashList *HttpHeaderHandler = NULL; extern HashList *HandlerHash;