mirror of https://github.com/llvm/torch-mlir
NFC: Remove unused variable causing a warning.
parent
be3e74b647
commit
ca631a5256
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue