Skip to content

Commit

Permalink
Remove hack
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Aug 27, 2020
1 parent f701c72 commit 49671c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rts/motoko-rts/src/gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,4 @@ pub unsafe extern "C" fn collect() {
bytes_to_words(Bytes((end_to_space - new_hp) as u32)),
0,
);

crate::debug::dump_heap(); // TODO (osa): The test 'life' fails if I remove this line?!?!?!
}

0 comments on commit 49671c3

Please sign in to comment.