mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-26 01:01:48 +00:00
Fix issues with exact integer bounds and remove dead code
This commit is contained in:
@@ -859,6 +859,7 @@ void add_entity_definition(CheckerInfo *i, AstNode *identifier, Entity *entity)
|
||||
// NOTE(bill): Identifier has already been handled
|
||||
return;
|
||||
}
|
||||
GB_ASSERT(entity != nullptr);
|
||||
|
||||
identifier->Ident.entity = entity;
|
||||
entity->identifier = identifier;
|
||||
|
||||
Reference in New Issue
Block a user