diff options
| author | gingerBill <bill@gingerbill.org> | 2018-06-17 22:07:27 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-06-17 22:07:27 +0100 |
| commit | a4e3201113311b338c563d169cac59aaf9cf6335 (patch) | |
| tree | 22210259a11b9be9f3f62d682a1f94a0be18fb7e /src/check_expr.cpp | |
| parent | a99cc2fd70d31b3a0b5a6881d4b5cb431f911354 (diff) | |
Minor cleanup for builtin scope/pkg
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 1 |
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); |