[dsymutil] Remove extra semicolon. NFC.

llvm-svn: 242894
This commit is contained in:
Benjamin Kramer 2015-07-22 11:54:19 +00:00
parent f3af4af6b5
commit 55dd48c363
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ StringRef NonRelocatableStringpool::internString(StringRef S) {
std::pair<uint32_t, StringMapEntryBase *> Entry(0, nullptr);
auto InsertResult = Strings.insert(std::make_pair(S, Entry));
return InsertResult.first->getKey();
};
}
/// \brief The Dwarf streaming logic
///