diff options
Diffstat (limited to 'llvm/unittests/IR/PassManagerTest.cpp')
-rw-r--r-- | llvm/unittests/IR/PassManagerTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/IR/PassManagerTest.cpp b/llvm/unittests/IR/PassManagerTest.cpp index d5f5f27b452..b0d4cbe0318 100644 --- a/llvm/unittests/IR/PassManagerTest.cpp +++ b/llvm/unittests/IR/PassManagerTest.cpp @@ -21,8 +21,6 @@ namespace { class TestAnalysisPass { public: - typedef Function *IRUnitT; - struct Result { Result(int Count) : InstructionCount(Count) {} int InstructionCount; |