Skip to content

Commit a7e82a7

Browse files
committed
Drop unused
1 parent eeb49de commit a7e82a7

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
@@ -258,7 +258,6 @@ struct BFloat16TruncFOpConverter : public OpRewritePattern<arith::TruncFOp> {
258258
op, "only applicable to default rounding mode.");
259259
}
260260

261-
Type i1Ty = b.getI1Type();
262261
Type i16Ty = b.getI16Type();
263262
Type i32Ty = b.getI32Type();
264263
Type f32Ty = b.getF32Type();

0 commit comments

Comments
 (0)