Skip to content

Commit 062c533

Browse files
[mlir] Remove an unused local variable (#164146)
1 parent 3b74d54 commit 062c533

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/unittests/IR/RemarkTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ TEST(Remark, TestRemarkFinal) {
327327

328328
std::string categoryLoopunroll("LoopUnroll");
329329

330-
std::string seenMsg = "";
331-
332330
{
333331
MLIRContext context;
334332
Location loc = FileLineColLoc::get(&context, "test.cpp", 1, 5);

0 commit comments

Comments
 (0)