From 2b728d14a4c6fa68c1ec9f18dd72875569d53230 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sat, 12 Nov 2016 00:23:32 +0000 Subject: [PATCH] Remove extra semicolon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286688 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp b/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp index 279f9d5a8f6..7001030f9a2 100644 --- a/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp +++ b/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp @@ -115,7 +115,7 @@ uint32_t DbiStreamBuilder::calculateSectionContribsStreamSize() const { return 0; return sizeof(enum PdbRaw_DbiSecContribVer) + sizeof(SectionContribs[0]) * SectionContribs.size(); -}; +} uint32_t DbiStreamBuilder::calculateSectionMapStreamSize() const { if (SectionMap.empty()) -- 2.40.0