Skip to content

Commit 1100704

Browse files
committed
Remove commented fprintf
1 parent 233c6ad commit 1100704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: gc/default.c

-1
Original file line numberDiff line numberDiff line change
@@ -3600,7 +3600,6 @@ rb_gc_impl_shutdown_call_finalizer(void *objspace_ptr)
36003600
// Just in case the VM exits before the interrupts are handled,
36013601
// we explicitly drain the pending final jobs here.
36023602
while (finalizer_table->num_entries || heap_pages_deferred_final != 0) {
3603-
//fprintf(stderr, "{%s} In while: num_entries: %zu\n", __func__, finalizer_table->num_entries);
36043603
// We move all elements from the finalizer_table to heap_pages_deferred_final.
36053604
st_foreach(finalizer_table, rb_mmtk_evacuate_finalizer_table_on_exit_i, 0);
36063605

0 commit comments

Comments
 (0)