Skip to content

Commit

Permalink
NFC: Remove unused variable causing a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Dec 21, 2023
1 parent 8328998 commit d75cff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d75cff6

Please sign in to comment.