summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
diff options
context:
space:
mode:
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