[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279479 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/StmtProfile.cpp

index cff836959d0ac72270259cc1093942303395ff4c..9aead7b06bc3241752039eee89c7554ac73767da 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);
 }