Skip to content

Commit 485c360

Browse files
committed
Drop unused
1 parent e05f6cb commit 485c360

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ struct BFloat16TruncFOpConverter : public OpRewritePattern<arith::TruncFOp> {
266266
op, "only applicable to default rounding mode.");
267267
}
268268

269-
Type i1Ty = b.getI1Type();
270269
Type i16Ty = b.getI16Type();
271270
Type i32Ty = b.getI32Type();
272271
Type f32Ty = b.getF32Type();

0 commit comments

Comments
 (0)