summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syslog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/syslog.c b/syslog.c
index 044649d3..85789e70 100644
--- a/syslog.c
+++ b/syslog.c
@@ -136,8 +136,6 @@ static void syslog_mark(val stream)
strm_base_mark(&s->a);
gc_mark(s->prio);
gc_mark(s->strstream);
- val stuff = coerce(val, stream->co.handle);
- gc_mark(stuff);
}
static val syslog_put_string(val stream, val str)