[Mlir-commits] [mlir] 062c533 - [mlir] Remove an unused local variable (#164146)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Oct 19 08:34:18 PDT 2025
Author: Kazu Hirata
Date: 2025-10-19T08:34:14-07:00
New Revision: 062c5330b333c79638f4303d08beaf3009c7fa80
URL: https://github.com/llvm/llvm-project/commit/062c5330b333c79638f4303d08beaf3009c7fa80
DIFF: https://github.com/llvm/llvm-project/commit/062c5330b333c79638f4303d08beaf3009c7fa80.diff
LOG: [mlir] Remove an unused local variable (#164146)
Added:
Modified:
mlir/unittests/IR/RemarkTest.cpp
Removed:
################################################################################
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);
More information about the Mlir-commits
mailing list