[AST] Remove unused function, to silence a GCC7 warning.
authorDavide Italiano <davide@freebsd.org>
Mon, 22 Aug 2016 21:33:12 +0000 (21:33 +0000)
committerDavide Italiano <davide@freebsd.org>
Mon, 22 Aug 2016 21:33:12 +0000 (21:33 +0000)
llvm-svn: 279479

clang/lib/AST/StmtProfile.cpp

index cff8369..9aead7b 100644 (file)
@@ -93,10 +93,6 @@ void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) {
   VisitStmt(S);
 }
 
-void StmtProfiler::VisitSwitchCase(const SwitchCase *S) {
-  VisitStmt(S);
-}
-
 void StmtProfiler::VisitCaseStmt(const CaseStmt *S) {
   VisitStmt(S);
 }