[llvm-nm] Silence a gcc warning about a stray semicolon. NFC.

This commit is contained in:
Martin Storsjö 2021-01-26 12:29:14 +02:00
parent 2d7aa149a4
commit 510b3d4b3e
1 changed files with 1 additions and 1 deletions

View File

@ -1691,7 +1691,7 @@ struct SymbolVersion {
std::string Name;
bool IsDefault;
};
}; // namespace
} // namespace
template <class ELFT>
static Expected<std::vector<SymbolVersion>>