From d7d70e4788a94272908700d4b807631037e3168e Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 31 Mar 2010 18:21:31 +0000 Subject: Remove the AST statistics tracking I added yesterday; it didn't pan out. llvm-svn: 100027 --- clang/lib/AST/Expr.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'clang/lib/AST/Expr.cpp') 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 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. //===----------------------------------------------------------------------===// -- cgit v1.2.3