Skip to content

Commit

Permalink
Don't call rb_gc_finalize_deferred "just in case".
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Weaver committed Jul 29, 2011
1 parent 5875c35 commit 83fc22f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eval.c
Expand Up @@ -5825,7 +5825,6 @@ eval_check_tick()
if ((++tick & 0xff) == 0) {
CHECK_INTS; /* better than nothing */
stack_check();
rb_gc_finalize_deferred();
}
}

Expand Down Expand Up @@ -11419,7 +11418,6 @@ rb_thread_schedule()
}
#endif
rb_thread_pending = 0;
rb_gc_finalize_deferred();
if (curr_thread == curr_thread->next
&& curr_thread->status == THREAD_RUNNABLE)
return;
Expand Down

0 comments on commit 83fc22f

Please sign in to comment.