Remove unused counter for heap_page->pinned_slots
This commit is contained in:
parent
fe67998816
commit
12b5268679
Notes:
git
2022-12-09 14:34:38 +00:00
1
gc.c
1
gc.c
@ -945,7 +945,6 @@ struct heap_page {
|
|||||||
short slot_size;
|
short slot_size;
|
||||||
short total_slots;
|
short total_slots;
|
||||||
short free_slots;
|
short free_slots;
|
||||||
short pinned_slots;
|
|
||||||
short final_slots;
|
short final_slots;
|
||||||
struct {
|
struct {
|
||||||
unsigned int before_sweep : 1;
|
unsigned int before_sweep : 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user