diff options
Diffstat (limited to 'lib/AST/DeclBase.cpp')
-rw-r--r-- | lib/AST/DeclBase.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index 522875f64f..c693e153dd 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -35,13 +35,6 @@ using namespace clang; // Statistics //===----------------------------------------------------------------------===// -#ifndef NDEBUG -llvm::Statistic clang::objc_decl_checks = - { "clang", "Number of checks for Objective-C declaration nodes", 0, 0 }; -llvm::Statistic clang::cxx_decl_checks = - { "clang", "Number of checks for C++ declaration nodes", 0, 0 }; -#endif - #define DECL(Derived, Base) static int n##Derived##s = 0; #include "clang/AST/DeclNodes.def" |