diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-19 11:01:00 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-19 11:01:00 +0100 |
| commit | eb49b5f84a3ac222530a20261d20e5f0ded094ef (patch) | |
| tree | 920d997109d1fe88950a8cc8b92a3c32804c4098 /src/checker.cpp | |
| parent | ae04af4e4ed4ecd521e1a915edd5b8637b1f40ce (diff) | |
Fix `override_entity_in_scope `behaviour to correctly to report the changes upstream better
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index e0b303369..9233ad61e 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -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) { |