forked from OSchip/llvm-project
[llvm-nm] Silence a gcc warning about a stray semicolon. NFC.
This commit is contained in:
parent
2d7aa149a4
commit
510b3d4b3e
|
@ -1691,7 +1691,7 @@ struct SymbolVersion {
|
|||
std::string Name;
|
||||
bool IsDefault;
|
||||
};
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
template <class ELFT>
|
||||
static Expected<std::vector<SymbolVersion>>
|
||||
|
|
Loading…
Reference in New Issue