From 566359c0bf805b41c0f9f13cac3b70135581a10a Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Tue, 4 Sep 2012 17:49:35 +0000 Subject: Revert r163083 per chandlerc's request. llvm-svn: 163149 --- clang/lib/AST/StmtProfile.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'clang/lib/AST/StmtProfile.cpp') 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); } -- cgit v1.2.3