X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.h;h=7a71d3b96eb04c79bed04a840b071a75995f5ec9;hb=24ea4a1892e55b393ba75add798c7e9e3fd64cbc;hp=322061e65471e47a135420c28beada3f4000d0b9;hpb=f4fb5e846c1fdf2016dd2d39b82e4bc11e73d022;p=citadel.git diff --git a/citadel/context.h b/citadel/context.h index 322061e65..7a71d3b96 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -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 */