diff options
Diffstat (limited to 'llvm/unittests/VMCore/PassManagerTest.cpp')
-rw-r--r-- | llvm/unittests/VMCore/PassManagerTest.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/unittests/VMCore/PassManagerTest.cpp b/llvm/unittests/VMCore/PassManagerTest.cpp index 092ce3d928b..cb8f9ebb939 100644 --- a/llvm/unittests/VMCore/PassManagerTest.cpp +++ b/llvm/unittests/VMCore/PassManagerTest.cpp @@ -32,10 +32,6 @@ #include "llvm/Assembly/PrintModulePass.h" #include "gtest/gtest.h" -int dummy; - -#if 0 - namespace llvm { namespace { // ND = no deps @@ -529,4 +525,3 @@ namespace llvm { } } -#endif |