From f9ee45cf417fcf34f2f697bf9237514ee1855308 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 13 Apr 2024 17:22:16 +0900 Subject: [PATCH] removed an unused variable from gc.c --- lib/gc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/gc.c b/lib/gc.c index c9a7b27..0430bae 100644 --- a/lib/gc.c +++ b/lib/gc.c @@ -1451,8 +1451,6 @@ static int ignite_3 (hcl_t* hcl) static int make_kernel_objs (hcl_t* hcl) { - hcl_oow_t i; - /* make_kernel_objs() creates a chain of classes as well as some key objects * for initial bootstrapping. when the objects are loaded from an image file, * this function is skipped */