[Mlir-commits] [mlir] [mlir] Remove an unused local variable (PR #164146)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Oct 18 19:41:38 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Kazu Hirata (kazutakahirata)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/164146.diff


1 Files Affected:

- (modified) mlir/unittests/IR/RemarkTest.cpp (-2) 


``````````diff
diff --git a/mlir/unittests/IR/RemarkTest.cpp b/mlir/unittests/IR/RemarkTest.cpp
index 09c576c992b49..94753c10a9a93 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);

``````````

</details>


https://github.com/llvm/llvm-project/pull/164146


More information about the Mlir-commits mailing list