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;
|
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();
|
||||||
|
|
Loading…
Reference in New Issue