Skip to content

Commit 16e22a6

Browse files
authored
Remove unused using decl and var in PGOInstrumentationTest (#103447)
1 parent a3cba6b commit 16e22a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/unittests/Transforms/Instrumentation/PGOInstrumentationTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ using namespace llvm;
2424
using testing::_;
2525
using ::testing::DoDefault;
2626
using ::testing::Invoke;
27-
using ::testing::IsNull;
2827
using ::testing::NotNull;
2928
using ::testing::Ref;
3029
using ::testing::Return;
@@ -107,7 +106,6 @@ class MockModuleAnalysisHandle
107106
struct PGOInstrumentationGenTest
108107
: public Test,
109108
WithParamInterface<std::tuple<StringRef, StringRef>> {
110-
LLVMContext Ctx;
111109
ModulePassManager MPM;
112110
PassBuilder PB;
113111
MockModuleAnalysisHandle MMAHandle;

0 commit comments

Comments
 (0)