Skip to content

Commit 49671c3

Browse files
committed
Remove hack
1 parent f701c72 commit 49671c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rts/motoko-rts/src/gc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,4 @@ pub unsafe extern "C" fn collect() {
418418
bytes_to_words(Bytes((end_to_space - new_hp) as u32)),
419419
0,
420420
);
421-
422-
crate::debug::dump_heap(); // TODO (osa): The test 'life' fails if I remove this line?!?!?!
423421
}

0 commit comments

Comments
 (0)