mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 12:07:45 +00:00
Minor cleanup for builtin scope/pkg
This commit is contained in:
@@ -108,7 +108,6 @@ void error_operand_no_value(Operand *o) {
|
||||
|
||||
void check_scope_decls(CheckerContext *c, Array<Ast *> const &nodes, isize reserve_size) {
|
||||
Scope *s = c->scope;
|
||||
GB_ASSERT(s->package == nullptr);
|
||||
|
||||
check_collect_entities(c, nodes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user