Remove unused variable from GC compaction path
This commit is contained in:
parent
3c3cce13c6
commit
690ea013ca
Notes:
git
2024-07-17 11:47:45 +00:00
@ -5746,7 +5746,6 @@ gc_compact_move(rb_objspace_t *objspace, rb_heap_t *heap, rb_size_pool_t *size_p
|
|||||||
new_shape = rb_gc_rebuild_shape(src, dest_pool - size_pools);
|
new_shape = rb_gc_rebuild_shape(src, dest_pool - size_pools);
|
||||||
|
|
||||||
if (new_shape == 0) {
|
if (new_shape == 0) {
|
||||||
dest_pool = size_pool;
|
|
||||||
dheap = heap;
|
dheap = heap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user