[intermediate_ast] remove unused fields of i_nodes

This commit is contained in:
Arnaud DABY-SEESARAM
2022-12-18 17:25:34 +01:00
parent 02130cf57c
commit 77c865e360
2 changed files with 0 additions and 6 deletions

View File

@@ -29,9 +29,6 @@ type node_state =
nt_nb_int : int;
nt_nb_real: int;
nt_nb_bool: int;
nt_map_int: (ident * bool, int) Hashtbl.t;
nt_map_bool: (ident * bool, int) Hashtbl.t;
nt_map_real: (ident * bool, int) Hashtbl.t;
nt_map: (ident * bool, string * int) Hashtbl.t;
nt_output_map: (int, string * int) Hashtbl.t;
nt_prevars: t_var list;