Commit 454ba5ed authored by Diego Caballero's avatar Diego Caballero Committed by Scott Cyphers

[MLIR] Remove warning (unused var) (#3685)

parent e3c1ff7a
......@@ -222,7 +222,6 @@ mlir::LogicalResult verifyOp(NGConvolutionOp* op)
ty = op->res()->getType();
NGTensorType resultType = ty.cast<NGTensorType>();
Type resultEt = resultType.getElementType();
Shape resultShape = resultType.getShape();
ArrayAttr strides = op->strides();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment