[AST] Remove unused function, to silence a GCC7 warning.

llvm-svn: 279479
This commit is contained in:
Davide Italiano 2016-08-22 21:33:12 +00:00
parent c9196c4488
commit 8332145373
1 changed files with 0 additions and 4 deletions

View 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);
}