Skip to content

Commit 64ee821

Browse files
[mlir] Fix a warning
This patch fixes: llvm-project/mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp:1715:28: error: unused variable 'kPadToMultipleOfKeyword' [-Werror,-Wunused-const-variable]
1 parent f2f65ed commit 64ee821

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,8 +1712,6 @@ transform::PackTransposeOp::apply(transform::TransformRewriter &rewriter,
17121712
// PadOp
17131713
//===---------------------------------------------------------------------===//
17141714

1715-
static const StringLiteral kPadToMultipleOfKeyword = "pad_to_multiple_of";
1716-
17171715
void transform::PadOp::build(OpBuilder &b, OperationState &result, Value target,
17181716
ArrayRef<int64_t> paddingDimensions,
17191717
ArrayRef<int64_t> padToMultipleOf,

0 commit comments

Comments
 (0)