[NFC] Fixed extra semicolon warning

-This line, and those below, will be ignored--

M    lib/Support/Error.cpp


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350162 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Bolvansky
2018-12-30 13:18:17 +00:00
parent dcca366145
commit 465440846e
+1 -1
View File
@@ -54,7 +54,7 @@ namespace llvm {
void ErrorInfoBase::anchor() {}
char ErrorInfoBase::ID = 0;
char ErrorList::ID = 0;
void ECError::anchor() {};
void ECError::anchor() {}
char ECError::ID = 0;
char StringError::ID = 0;
char FileError::ID = 0;