Skip to content

Commit 25edc5c

Browse files
committed
Remove extraneous lines, per Alex's review
1 parent 45eaa96 commit 25edc5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/test/python/dialects/transform_debug_ext.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def testDebugEmitParamAsRemark(target):
3939

4040
@run
4141
def testDebugEmitRemarkAtOp(target):
42-
i0 = IntegerAttr.get(IntegerType.get_signless(32), 0)
43-
i0_param = transform.ParamConstantOp(transform.AnyParamType.get(), i0)
4442
debug.emit_remark_at(target, "some text")
4543
# CHECK-LABEL: TEST: testDebugEmitRemarkAtOp
4644
# CHECK: ^{{.*}}(%[[ARG0:.+]]: !transform.any_op):

0 commit comments

Comments
 (0)