Commit 64ee821
committed
[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
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1712 | 1712 | | |
1713 | 1713 | | |
1714 | 1714 | | |
1715 | | - | |
1716 | | - | |
1717 | 1715 | | |
1718 | 1716 | | |
1719 | 1717 | | |
| |||
0 commit comments