* Rewrote vCtdlLogPrintf() to NOT use any buffers at all, only v*printf() type functi...
[citadel.git] / citadel / context.h
index 322061e65471e47a135420c28beada3f4000d0b9..7a71d3b96eb04c79bed04a840b071a75995f5ec9 100644 (file)
@@ -28,8 +28,6 @@ struct CitContext {
        int state;              /* thread state (see CON_ values below) */
        int kill_me;            /* Set to nonzero to flag for termination */
 
-       StrBuf *lBuf;
-
        const char *Pos;        /* Our read position inside of the ReadBuf */
        StrBuf *ReadBuf;        /* Our block buffered read buffer */
        StrBuf *MigrateBuf;        /* Our block buffered read buffer */