removed some unused code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-20 21:57:05 +09:00
parent c03801cb32
commit 759c7a029b
4 changed files with 60 additions and 114 deletions

View File

@ -3974,7 +3974,6 @@ static int execute (hcl_t* hcl)
FETCH_BYTE_CODE_TO (hcl, b2);
handle_ctxtempvar:
ctx = hcl->active_context;
HCL_ASSERT (hcl, (hcl_oop_t)ctx != hcl->_nil);
for (i = 0; i < b1; i++)