X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.c;h=f4bf0cef404c17d28b642a578507e122cfb361ec;hb=6681597f232d5246bf603ad0e1fe2f41b94f1a2b;hp=a04198db2529c148f160096d8895e398550164fa;hpb=564433f7d5cbc4283dbb44edb5d883c448925cd0;p=citadel.git diff --git a/citadel/context.c b/citadel/context.c index a04198db2..f4bf0cef4 100644 --- a/citadel/context.c +++ b/citadel/context.c @@ -547,16 +547,6 @@ void CtdlFillSystemContext(CitContext *context, char *name) } } -/* - * flush it again... - */ -void CtdlClearSystemContext(void) -{ - CitContext *CCC = MyContext(); - - memset(CCC, 0, sizeof(CitContext)); - pthread_setspecific(MyConKey, NULL); -} /* * Cleanup any contexts that are left lying around