diff --git a/src/compiler/sema_expr.c b/src/compiler/sema_expr.c index c8769ebc2..943292804 100644 --- a/src/compiler/sema_expr.c +++ b/src/compiler/sema_expr.c @@ -1487,7 +1487,6 @@ static inline bool sema_expr_analyse_call(Context *context, Type *to, Expr *expr { expr_replace(expr, func_expr); expr_set_type(expr, type_usize); - expr->original_type = type_compint; return true; } FALLTHROUGH;