summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
diff options
context:
space:
mode:
authorJoao Matos <ripzonetriton@gmail.com>2012-09-04 17:49:35 +0000
committerJoao Matos <ripzonetriton@gmail.com>2012-09-04 17:49:35 +0000
commit566359c0bf805b41c0f9f13cac3b70135581a10a (patch)
tree11de2f6b3838753078c83a50ace78bdbe9932ba9 /clang/lib/AST/StmtProfile.cpp
parentd43a50d38e449395447115781d044d44d0205121 (diff)
downloadbcm5719-llvm-566359c0bf805b41c0f9f13cac3b70135581a10a.tar.gz
bcm5719-llvm-566359c0bf805b41c0f9f13cac3b70135581a10a.zip
Revert r163083 per chandlerc's request.
llvm-svn: 163149
Diffstat (limited to 'clang/lib/AST/StmtProfile.cpp')
-rw-r--r--clang/lib/AST/StmtProfile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp
index 1ab789e83c6..5d7f9f8edee 100644
--- a/clang/lib/AST/StmtProfile.cpp
+++ b/clang/lib/AST/StmtProfile.cpp
@@ -215,10 +215,6 @@ void StmtProfiler::VisitSEHExceptStmt(const SEHExceptStmt *S) {
VisitStmt(S);
}
-void StmtProfiler::VisitSEHLeaveStmt(const SEHLeaveStmt *S) {
- VisitStmt(S);
-}
-
void StmtProfiler::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) {
VisitStmt(S);
}
OpenPOWER on IntegriCloud