From: Bill Wendling Date: Wed, 13 Jun 2018 06:33:59 +0000 (+0000) Subject: Remove extraneous semicolon. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05aca69b3064cfed12e6ecf3449cc9d938719a73;p=clang Remove extraneous semicolon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334573 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp b/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp index fceb3f094c..4765db0741 100644 --- a/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp +++ b/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp @@ -184,7 +184,7 @@ BugReporterVisitor::getEndPath(BugReporterContext &BRC, void BugReporterVisitor::finalizeVisitor(BugReporterContext &BRC, const ExplodedNode *EndPathNode, - BugReport &BR) {}; + BugReport &BR) {} std::unique_ptr BugReporterVisitor::getDefaultEndPath( BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) {