aboutsummaryrefslogtreecommitdiff
path: root/include/io/istream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/io/istream.h')
-rw-r--r--include/io/istream.h2
1 files changed, 0 insertions, 2 deletions
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);