removed some unneeded code holding class-level variables
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-19 14:15:18 +09:00
parent 0b65671adb
commit 001472fe4f
2 changed files with 48 additions and 90 deletions

View File

@ -746,8 +746,6 @@ struct hcl_clsblk_info_t
hcl_oow_t nivars;
hcl_oow_t ncvars;
hcl_ooch_t* ivars_str;
hcl_ooch_t* cvars_str;
hcl_oow_t spec; /* TODO: byte indexed, word indexed? */
hcl_ooi_t funblk_base;