Remove unneeded local_entity_map

This commit is contained in:
gingerBill
2023-01-02 15:40:25 +00:00
parent 529383f5b1
commit fa562ec5d6
5 changed files with 1 additions and 14 deletions
-1
View File
@@ -301,7 +301,6 @@ struct lbProcedure {
lbBlock * curr_block;
lbTargetList * target_list;
PtrMap<Entity *, lbValue> direct_parameters;
PtrMap<Entity *, lbValue> local_entity_map;
Ast *curr_stmt;