diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 03:36:30 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 03:36:30 +0200 |
commit | e400e3b5a02f6f659339fd9a34f29ab6c01d849f (patch) | |
tree | 487b2abc8647081efe7f93d3b81de07ef0a5b3e1 | |
parent | 0668891bf7ae24826908e10781421c9e00db27c1 (diff) |
Formatting
-rw-r--r-- | src/analyzer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analyzer.c b/src/analyzer.c index 0611121..997e75f 100644 --- a/src/analyzer.c +++ b/src/analyzer.c @@ -199,7 +199,6 @@ analyzedecl(struct azctx ctx, scope_t *scps, type_t *types, ast_t ast, ltype.kind = TYPE_UNSET; idx_t typeidx = aux.buf[p.lhs].decl.type; - assert(typeidx != AST_EMPTY || p.rhs != AST_EMPTY); idx_t ni; |