Removed a moved local variable
This commit is contained in:
parent
61236770e6
commit
7d32bf7853
2
gc.c
2
gc.c
@ -3724,8 +3724,6 @@ finalize_deferred(rb_objspace_t *objspace)
|
|||||||
static void
|
static void
|
||||||
gc_finalize_deferred(void *dmy)
|
gc_finalize_deferred(void *dmy)
|
||||||
{
|
{
|
||||||
rb_objspace_t *objspace = dmy;
|
|
||||||
|
|
||||||
RB_VM_LOCK_ENTER();
|
RB_VM_LOCK_ENTER();
|
||||||
{
|
{
|
||||||
rb_objspace_t *objspace = dmy;
|
rb_objspace_t *objspace = dmy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user