NFC: Remove unused variable causing a warning.

pull/2685/head
Stella Laurenzo 2023-12-20 19:22:49 -08:00
parent 8328998172
commit d75cff6cd1
1 changed files with 0 additions and 1 deletions

View File

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