X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/ba1721d1448e1a8cb9c1adbe33492499df06b91a..39930c66029377cccca31951a4bcdfdc4fa9bda1:/libratbox/include/rb_linebuf.h diff --git a/libratbox/include/rb_linebuf.h b/libratbox/include/rb_linebuf.h index 4fc5a51d..3f1e78b9 100644 --- a/libratbox/include/rb_linebuf.h +++ b/libratbox/include/rb_linebuf.h @@ -46,7 +46,6 @@ typedef struct _buf_line { char buf[BUF_DATA_SIZE + 2]; rb_uint8_t terminated; /* Whether we've terminated the buffer */ - rb_uint8_t flushing; /* Whether we're flushing .. */ rb_uint8_t raw; /* Whether this linebuf may hold 8-bit data */ int len; /* How much data we've got */ int refcount; /* how many linked lists are we in? */