diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-19 12:31:06 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-19 12:31:06 +0100 |
| commit | 31cafda30da4b66170cf611c6e1edc40038679e5 (patch) | |
| tree | 21d279a029b0900a445582aef7b8b5aa7fc99fca /src/check_expr.cpp | |
| parent | be1e889abbdafbbda4223611175dbc1d6e349073 (diff) | |
Remove unused variable
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 18302efc3..4462a5907 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -8176,7 +8176,6 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c } else { // NOTE(bill): Otherwise the compiler can override the polymorphic type // as it assumes it is determining the type - AddressingMode old_mode = operand->mode; check_cast(c, operand, t); } } |