mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove debug printout.
This commit is contained in:
@@ -426,10 +426,6 @@ static inline bool sema_analyse_block_exit_stmt(SemaContext *context, Ast *state
|
||||
statement->ast_kind = AST_BLOCK_EXIT_STMT;
|
||||
context->active_scope.jump_end = true;
|
||||
Type *block_type = context->expected_block_type;
|
||||
if (type_is_optional(block_type))
|
||||
{
|
||||
puts("foek");
|
||||
}
|
||||
Expr *ret_expr = statement->return_stmt.expr;
|
||||
if (ret_expr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user