Remove unused variable from GC compaction path

This commit is contained in:
Matt Valentine-House 2024-07-17 11:00:26 +01:00
parent 3c3cce13c6
commit 690ea013ca
Notes: git 2024-07-17 11:47:45 +00:00

View File

@ -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);
if (new_shape == 0) {
dest_pool = size_pool;
dheap = heap;
}
}