projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
035da02
)
[AST] Remove unused function, to silence a GCC7 warning.
author
Davide Italiano
<davide@freebsd.org>
Mon, 22 Aug 2016 21:33:12 +0000
(21:33 +0000)
committer
Davide 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
patch
|
blob
|
history
diff --git
a/lib/AST/StmtProfile.cpp
b/lib/AST/StmtProfile.cpp
index cff836959d0ac72270259cc1093942303395ff4c..9aead7b06bc3241752039eee89c7554ac73767da 100644
(file)
--- a/
lib/AST/StmtProfile.cpp
+++ b/
lib/AST/StmtProfile.cpp
@@
-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);
}