diff options
Diffstat (limited to 'mlir/unittests/IR/RemarkTest.cpp')
-rw-r--r-- | mlir/unittests/IR/RemarkTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mlir/unittests/IR/RemarkTest.cpp b/mlir/unittests/IR/RemarkTest.cpp index 09c576c..94753c1 100644 --- a/mlir/unittests/IR/RemarkTest.cpp +++ b/mlir/unittests/IR/RemarkTest.cpp @@ -327,8 +327,6 @@ TEST(Remark, TestRemarkFinal) { std::string categoryLoopunroll("LoopUnroll"); - std::string seenMsg = ""; - { MLIRContext context; Location loc = FileLineColLoc::get(&context, "test.cpp", 1, 5); |