mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
Fix override_entity_in_scope behaviour to correctly to report the changes upstream better
This commit is contained in:
@@ -2190,8 +2190,6 @@ Type *check_poly_path_pop(CheckerContext *c) {
|
||||
|
||||
|
||||
|
||||
void check_entity_decl(CheckerContext *c, Entity *e, DeclInfo *d, Type *named_type);
|
||||
|
||||
Array<Entity *> proc_group_entities(CheckerContext *c, Operand o) {
|
||||
Array<Entity *> procs = {};
|
||||
if (o.mode == Addressing_ProcGroup) {
|
||||
|
||||
Reference in New Issue
Block a user