aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests/IR/RemarkTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/unittests/IR/RemarkTest.cpp')
-rw-r--r--mlir/unittests/IR/RemarkTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mlir/unittests/IR/RemarkTest.cpp b/mlir/unittests/IR/RemarkTest.cpp
index 5bfca25..bcbda90 100644
--- a/mlir/unittests/IR/RemarkTest.cpp
+++ b/mlir/unittests/IR/RemarkTest.cpp
@@ -149,7 +149,6 @@ TEST(Remark, TestNoOutputOptimizationRemark) {
std::string categoryFailName("myImportantCategory");
std::string myPassname1("myPass1");
- std::string funcName("myFunc");
SmallString<64> tmpPathStorage;
sys::fs::createUniquePath("remarks-%%%%%%.yaml", tmpPathStorage,
/*MakeAbsolute=*/true);
@@ -271,9 +270,6 @@ TEST(Remark, TestCustomOptimizationRemarkDiagnostic) {
std::string categoryInline("Inliner");
std::string myPassname1("myPass1");
std::string myPassname2("myPass2");
- std::string funcName("myFunc");
-
- std::string seenMsg = "";
{
MLIRContext context;