summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-03-31 18:21:31 +0000
committerDouglas Gregor <dgregor@apple.com>2010-03-31 18:21:31 +0000
commitd7d70e4788a94272908700d4b807631037e3168e (patch)
treea9f4bd8535abb98e3ff3db39e60816ec0788240a /clang/lib/AST/Expr.cpp
parent8a47a38b3f943d5e5de5f5fc2a9f6998c2ffce39 (diff)
downloadbcm5719-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.cpp7
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.
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud