mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 15:34:59 -07:00
Remove unneeded local_entity_map
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user