aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/StmtObjC.h
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
commitdb2eb5abf4c082d1f0c5c45e39d8cd0300f81e38 (patch)
tree789728ff661fc70b85ae7447b2c223dc229d2b1b /include/clang/AST/StmtObjC.h
parent2405a0addc2bc627392d9bfe2874bd9431d81d55 (diff)
downloadclang-db2eb5abf4c082d1f0c5c45e39d8cd0300f81e38.tar.gz
Remove the AST statistics tracking I added yesterday; it didn't pan out.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/StmtObjC.h')
-rw-r--r--include/clang/AST/StmtObjC.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/clang/AST/StmtObjC.h b/include/clang/AST/StmtObjC.h
index c9caed18b1..3fd8f1672d 100644
--- a/include/clang/AST/StmtObjC.h
+++ b/include/clang/AST/StmtObjC.h
@@ -304,12 +304,4 @@ public:
} // end namespace clang
-// Enumerate Objective-C statements
-CLANG_ISA_STATISTIC(ObjCAtTryStmt, objc_stmt_checks)
-CLANG_ISA_STATISTIC(ObjCAtCatchStmt, objc_stmt_checks)
-CLANG_ISA_STATISTIC(ObjCAtFinallyStmt, objc_stmt_checks)
-CLANG_ISA_STATISTIC(ObjCAtThrowStmt, objc_stmt_checks)
-CLANG_ISA_STATISTIC(ObjCAtSynchronizedStmt, objc_stmt_checks)
-CLANG_ISA_STATISTIC(ObjCForCollectionStmt, objc_stmt_checks)
-
#endif