Skip to content

Commit d75cff6

Browse files
NFC: Remove unused variable causing a warning.
1 parent 8328998 commit d75cff6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ void mlir::torch::onnx_c::populateDefaultDomainQtoZ(
242242
Torch::ValueTensorType resultType;
243243
Value data;
244244
Value axes;
245-
Value result;
246245
if (binder.tensorOperands(data, axes) ||
247246
binder.tensorResultType(resultType))
248247
return failure();

0 commit comments

Comments
 (0)