From e400e3b5a02f6f659339fd9a34f29ab6c01d849f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 24 Jun 2024 03:36:30 +0200 Subject: Formatting --- src/analyzer.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3