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

View File

@@ -487,7 +487,6 @@ gb_internal void lb_begin_procedure_body(lbProcedure *p) {
lb_start_block(p, p->entry_block);
map_init(&p->direct_parameters, heap_allocator());
map_init(&p->local_entity_map, heap_allocator());
GB_ASSERT(p->type != nullptr);