From 3e183196191fa20ce3925346246f126d4cad42fa Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 24 Apr 2021 13:53:50 +0000 Subject: [PATCH] removed two unused variables --- lib/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exec.c b/lib/exec.c index 6e74694..65014b4 100644 --- a/lib/exec.c +++ b/lib/exec.c @@ -3761,7 +3761,7 @@ static int execute (hcl_t* hcl) case HCL_CODE_MAKE_FUNCTION: { hcl_oop_function_t func; - hcl_oow_t b3, b4, i, j; + hcl_oow_t b3, b4; hcl_oow_t joff; /* b1 - number of block arguments