Skip to content

Commit fdff410

Browse files
committed
(core) fix bug in new bu2_univ implementation (removed leftover heap push)
Src-commit: b9a14ca6b47097ad57d0c53fbd24fbeb2577d7a5
1 parent 5fb2352 commit fdff410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/engine/term_basic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,6 @@ CBOOL__PROTO(bu2_univ, tagged_t term, tagged_t list) {
10991099
#if defined(USE_BUILTIN_ENV)
11001100
/* compute arity first */
11011101
arity = 0;
1102-
HeapPush(G->heap_top,f);
11031102
tagged_t p = cdr;
11041103
while (TaggedIsLST(p) && arity<MAXARITY1) {
11051104
DerefCdr(p,p);

0 commit comments

Comments
 (0)