forked from OSchip/llvm-project
[AST] Remove unused function, to silence a GCC7 warning.
llvm-svn: 279479
This commit is contained in:
parent
c9196c4488
commit
8332145373
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue