some code clean-up

This commit is contained in:
2022-02-08 13:57:48 +00:00
parent 78543920f5
commit a61197d3f7
3 changed files with 2 additions and 3 deletions

View File

@ -1906,7 +1906,7 @@ static int prepare_new_context (hcl_t* hcl, hcl_oop_block_t op_blk, hcl_ooi_t na
hcl_oop_context_t blkctx;
hcl_ooi_t tmpr_mask;
hcl_ooi_t fblk_nrvars, fblk_nlvars, flags;
hcl_ooi_t fblk_nrvars, fblk_nlvars;
hcl_ooi_t fixed_nargs, actual_nargs, excess_nargs;
/* the receiver must be a block context */