removed CtdlClearSystemContext() entirely.
[citadel.git] / citadel / context.c
index a04198db2529c148f160096d8895e398550164fa..f4bf0cef404c17d28b642a578507e122cfb361ec 100644 (file)
@@ -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