From 12b52686790582e30d7d92f2070741d28be8c517 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Thu, 8 Dec 2022 13:42:19 +0000 Subject: [PATCH] Remove unused counter for heap_page->pinned_slots --- gc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gc.c b/gc.c index dc35f77f34..4254922f78 100644 --- a/gc.c +++ b/gc.c @@ -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;