aboutsummaryrefslogtreecommitdiff
path: root/src/check_expr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_expr.cpp')
-rw-r--r--src/check_expr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp
index c0df9bdc9..3299a330b 100644
--- a/src/check_expr.cpp
+++ b/src/check_expr.cpp
@@ -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);