removed an unused variable from gc.c
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
897042f7f7
commit
f9ee45cf41
2
lib/gc.c
2
lib/gc.c
@ -1451,8 +1451,6 @@ static int ignite_3 (hcl_t* hcl)
|
|||||||
|
|
||||||
static int make_kernel_objs (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
|
/* 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,
|
* for initial bootstrapping. when the objects are loaded from an image file,
|
||||||
* this function is skipped */
|
* this function is skipped */
|
||||||
|
Loading…
Reference in New Issue
Block a user