diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-03-31 18:21:31 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-03-31 18:21:31 +0000 |
| commit | d7d70e4788a94272908700d4b807631037e3168e (patch) | |
| tree | a9f4bd8535abb98e3ff3db39e60816ec0788240a /clang/lib/AST/Expr.cpp | |
| parent | 8a47a38b3f943d5e5de5f5fc2a9f6998c2ffce39 (diff) | |
| download | bcm5719-llvm-d7d70e4788a94272908700d4b807631037e3168e.tar.gz bcm5719-llvm-d7d70e4788a94272908700d4b807631037e3168e.zip | |
Remove the AST statistics tracking I added yesterday; it didn't pan out.
llvm-svn: 100027
Diffstat (limited to 'clang/lib/AST/Expr.cpp')
| -rw-r--r-- | clang/lib/AST/Expr.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp index 4cb7712e52c..6764612c80b 100644 --- a/clang/lib/AST/Expr.cpp +++ b/clang/lib/AST/Expr.cpp @@ -27,13 +27,6 @@ #include <algorithm> using namespace clang; -#ifndef NDEBUG -llvm::Statistic clang::objc_expr_checks = - { "clang", "Number of checks for Objective-C expression nodes", 0, 0 }; -llvm::Statistic clang::cxx_expr_checks = - { "clang", "Number of checks for C++ expression nodes", 0, 0 }; -#endif - //===----------------------------------------------------------------------===// // Primary Expressions. //===----------------------------------------------------------------------===// |

