From 05aca69b3064cfed12e6ecf3449cc9d938719a73 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 13 Jun 2018 06:33:59 +0000 Subject: [PATCH] Remove extraneous semicolon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334573 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1