summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 7dbcd833a4..cc7fcbb2f0 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -188,11 +188,6 @@ inline static int stream_read_char(stream_t *s)
int stream_skip_bom(struct stream *s);
-inline static int stream_eof(stream_t *s)
-{
- return s->eof;
-}
-
inline static int64_t stream_tell(stream_t *s)
{
return s->pos + s->buf_cur - s->buf_end;