From 115ba7e0830a00a7b0bce5887c8ffeba78e3ab53 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 9 Jun 2023 13:53:53 +0200 Subject: libio: remove eof flag from istream_t interface Signed-off-by: David Oberhollenzer --- include/io/istream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/io') diff --git a/include/io/istream.h b/include/io/istream.h index 06e8a3b..f091aa1 100644 --- a/include/io/istream.h +++ b/include/io/istream.h @@ -21,8 +21,6 @@ typedef struct istream_t { sqfs_object_t base; size_t buffer_used; - bool eof; - const sqfs_u8 *buffer; int (*precache)(struct istream_t *strm); -- cgit v1.2.3