diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-06-19 18:00:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-06-19 18:00:31 -0700 |
commit | 95a4b4aaca7063ab4e60ccbfb95e6f72873b8694 (patch) | |
tree | c41554e9042b8051278384b1b8a73c3e5addcc3c | |
parent | e3ba9d30792c93c3a61b053a93f1dba185c8c908 (diff) | |
download | txr-95a4b4aaca7063ab4e60ccbfb95e6f72873b8694.tar.gz txr-95a4b4aaca7063ab4e60ccbfb95e6f72873b8694.tar.bz2 txr-95a4b4aaca7063ab4e60ccbfb95e6f72873b8694.zip |
permi: remove useless gc_hint.
* combi.c (permi_iter): Don't need gc_hint(obj) since we are
returning that value.
-rw-r--r-- | combi.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |