mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-22 05:34:59 -07:00
Minor cleanup for builtin scope/pkg
This commit is contained in:
+1
-1
@@ -8405,7 +8405,7 @@ void ir_gen_tree(irGen *s) {
|
||||
}
|
||||
|
||||
Scope *package_scope = scope->parent;
|
||||
GB_ASSERT(package_scope->is_package);
|
||||
GB_ASSERT(package_scope->is_pkg);
|
||||
|
||||
switch (e->kind) {
|
||||
case Entity_Variable:
|
||||
|
||||
Reference in New Issue
Block a user