NFC: Remove unused variable causing a warning.

sm-iree-enable_onnx_input
Stella Laurenzo 2023-12-20 19:22:49 -08:00
parent be3e74b647
commit ca631a5256
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ void mlir::torch::onnx_c::populateDefaultDomainQtoZ(
Torch::ValueTensorType resultType; Torch::ValueTensorType resultType;
Value data; Value data;
Value axes; Value axes;
Value result;
if (binder.tensorOperands(data, axes) || if (binder.tensorOperands(data, axes) ||
binder.tensorResultType(resultType)) binder.tensorResultType(resultType))
return failure(); return failure();