summaryrefslogtreecommitdiffstats
path: root/combi.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-06-19 18:00:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2024-06-19 18:00:31 -0700
commit01901b1e42de6e5a5fa967af833e487b9733c1e7 (patch)
treec41554e9042b8051278384b1b8a73c3e5addcc3c /combi.c
parent34f47ed4597cd96bb53c42819ad353d293586a2a (diff)
downloadtxr-01901b1e42de6e5a5fa967af833e487b9733c1e7.tar.gz
txr-01901b1e42de6e5a5fa967af833e487b9733c1e7.tar.bz2
txr-01901b1e42de6e5a5fa967af833e487b9733c1e7.zip
permi: remove useless gc_hint.
* combi.c (permi_iter): Don't need gc_hint(obj) since we are returning that value.
Diffstat (limited to 'combi.c')
-rw-r--r--combi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/combi.c b/combi.c
index 746f7910..8e011187 100644
--- a/combi.c
+++ b/combi.c
@@ -330,7 +330,6 @@ static val permi_iter(val state)
obj = cobj(coerce(mem_t *, it), seq_iter_cls, &seq_iter_cobj_ops);
- gc_hint(obj);
gc_hint(state);
return obj;