From 7c60a43619f1155b11ce116254197482b1d446ce Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 10 Mar 2020 17:55:23 -0400 Subject: ... --- types.c | 1 - 1 file changed, 1 deletion(-) diff --git a/types.c b/types.c index 74f0c55..a772bd2 100644 --- a/types.c +++ b/types.c @@ -1646,7 +1646,6 @@ static Status types_expr(Typer *tr, Expression *e) { /* type this new big block */ if (!types_expr(tr, e)) return false; - assert(e->block->stmts[0].expr.flags & EXPR_FOUND_TYPE); return true; } default: break; -- cgit v1.2.3