diff options
-rw-r--r-- | gzio.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -399,7 +399,6 @@ static val gzio_get_prop(val stream, val ind) struct gzio_handle *h = coerce(struct gzio_handle *, stream->co.handle); if (ind == name_k) { - struct strm_ops *ops = coerce(struct strm_ops *, stream->co.ops); return h->descr; } else if (ind == byte_oriented_k) { return h->is_byte_oriented ? t : nil; |