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

@@ -2844,10 +2844,6 @@ gb_internal lbAddr lb_add_local(lbProcedure *p, Type *type, Entity *e, bool zero
lb_mem_zero_ptr(p, ptr, type, alignment);
}
if (e != nullptr) {
map_set(&p->local_entity_map, e, val);
}
return lb_addr(val);
}