Remove unused counter for heap_page->pinned_slots

This commit is contained in:
Matt Valentine-House 2022-12-08 13:42:19 +00:00 committed by Peter Zhu
parent fe67998816
commit 12b5268679
Notes: git 2022-12-09 14:34:38 +00:00

1
gc.c
View File

@ -945,7 +945,6 @@ struct heap_page {
short slot_size;
short total_slots;
short free_slots;
short pinned_slots;
short final_slots;
struct {
unsigned int before_sweep : 1;