summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types.c1
1 files changed, 0 insertions, 1 deletions
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;