[llvm] 81c2024 - [memprof] Remove an unused using directive (#117004)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 09:10:05 PST 2024
Author: Kazu Hirata
Date: 2024-11-20T09:10:02-08:00
New Revision: 81c2024311ab1f0a30c73df8d0957b86c5dac282
URL: https://github.com/llvm/llvm-project/commit/81c2024311ab1f0a30c73df8d0957b86c5dac282
DIFF: https://github.com/llvm/llvm-project/commit/81c2024311ab1f0a30c73df8d0957b86c5dac282.diff
LOG: [memprof] Remove an unused using directive (#117004)
We've switched to LineLocation from FieldsAre, so we don't need this
"using" directive anymore.
Added:
Modified:
llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp
Removed:
################################################################################
diff --git a/llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp b/llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp
index fb87d649a249cd..f672ed2b1251fc 100644
--- a/llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp
+++ b/llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp
@@ -26,7 +26,6 @@ using namespace llvm;
using namespace llvm::memprof;
using testing::Contains;
using testing::ElementsAre;
-using testing::FieldsAre;
using testing::Pair;
using testing::SizeIs;
using testing::UnorderedElementsAre;
More information about the llvm-commits
mailing list