summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 40662d29..522128a6 100644
--- a/lib.c
+++ b/lib.c
@@ -454,7 +454,6 @@ val seq_begin(val obj)
struct seq_iter *si = coerce(struct seq_iter *, chk_calloc(1, sizeof *si));
si_obj = cobj(coerce(mem_t *, si), seq_iter_s, &seq_iter_ops);
seq_iter_init(self, si, obj);
- si->inf.obj = nil;
return si_obj;
}