diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-03-10 17:55:23 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-03-10 17:55:23 -0400 |
commit | 7c60a43619f1155b11ce116254197482b1d446ce (patch) | |
tree | 16dd6b91e880f841b373a9b10188c7e557733897 | |
parent | 03f5b9a9963be1935aacd27799155d5d7115cedb (diff) |
...
-rw-r--r-- | types.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |