[Mlir-commits] [mlir] [mlir] Remove an unused local variable (PR #164146)
Kazu Hirata
llvmlistbot at llvm.org
Sat Oct 18 19:41:05 PDT 2025
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/164146
None
>From 6f08896902af680f7e28422db589863e88edd62c Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Sat, 18 Oct 2025 12:50:47 -0700
Subject: [PATCH] [mlir] Remove an unused local variable
---
mlir/unittests/IR/RemarkTest.cpp | 2 --
1 file changed, 2 deletions(-)
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