Browse Source

Remove unused variable

gingerBill 3 weeks ago
parent
commit
31cafda30d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/check_expr.cpp

+ 0 - 1
src/check_expr.cpp

@@ -8176,7 +8176,6 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c
 					} else {
 					} else {
 						// NOTE(bill): Otherwise the compiler can override the polymorphic type
 						// NOTE(bill): Otherwise the compiler can override the polymorphic type
 						// as it assumes it is determining the type
 						// as it assumes it is determining the type
-						AddressingMode old_mode = operand->mode;
 						check_cast(c, operand, t);
 						check_cast(c, operand, t);
 					}
 					}
 				}
 				}