mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-27 06:08:13 +00:00
Remove import name cases
This commit is contained in:
@@ -295,8 +295,6 @@ gb_internal bool check_try_override_const_decl(CheckerContext *ctx, Entity *e, E
|
||||
switch (entity->kind) {
|
||||
case Entity_ProcGroup:
|
||||
case Entity_Procedure:
|
||||
case Entity_LibraryName:
|
||||
case Entity_ImportName:
|
||||
override_entity_in_scope(e, entity);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user