removed two unused variables

This commit is contained in:
hyung-hwan 2021-04-24 13:53:50 +00:00
parent 999024e54b
commit 3e18319619

View File

@ -3761,7 +3761,7 @@ static int execute (hcl_t* hcl)
case HCL_CODE_MAKE_FUNCTION: case HCL_CODE_MAKE_FUNCTION:
{ {
hcl_oop_function_t func; hcl_oop_function_t func;
hcl_oow_t b3, b4, i, j; hcl_oow_t b3, b4;
hcl_oow_t joff; hcl_oow_t joff;
/* b1 - number of block arguments /* b1 - number of block arguments