Skip to content

Commit

Permalink
Remove unused using decl and var in PGOInstrumentationTest (llvm#103447)
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasish authored Aug 14, 2024
1 parent a3cba6b commit 16e22a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ using namespace llvm;
using testing::_;
using ::testing::DoDefault;
using ::testing::Invoke;
using ::testing::IsNull;
using ::testing::NotNull;
using ::testing::Ref;
using ::testing::Return;
Expand Down Expand Up @@ -107,7 +106,6 @@ class MockModuleAnalysisHandle
struct PGOInstrumentationGenTest
: public Test,
WithParamInterface<std::tuple<StringRef, StringRef>> {
LLVMContext Ctx;
ModulePassManager MPM;
PassBuilder PB;
MockModuleAnalysisHandle MMAHandle;
Expand Down

0 comments on commit 16e22a6

Please sign in to comment.