afk: Drop stray 'rptr' field

Signed-off-by: Martin Povišer <povik@cutebit.org>
This commit is contained in:
Martin Povišer 2023-02-09 15:31:29 +01:00 committed by Hector Martin
parent 526f81f51e
commit fd0ae3663a

View file

@ -19,7 +19,6 @@ struct afk_rb_hdr {
struct afk_rb {
bool ready;
struct afk_rb_hdr *hdr;
u32 rptr;
void *buf;
size_t bufsz;
};