aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-06-24 03:36:30 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-06-24 03:36:30 +0200
commite400e3b5a02f6f659339fd9a34f29ab6c01d849f (patch)
tree487b2abc8647081efe7f93d3b81de07ef0a5b3e1 /src
parent0668891bf7ae24826908e10781421c9e00db27c1 (diff)
Formatting
Diffstat (limited to 'src')
-rw-r--r--src/analyzer.c1
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;