forked from OSchip/llvm-project
Remove extra semicolon to fix warning. NFC.
llvm-svn: 269722
This commit is contained in:
parent
9ad3434fed
commit
a5560500c6
|
@ -20,7 +20,7 @@ class ObjectFile;
|
|||
}
|
||||
namespace codeview {
|
||||
class MemoryTypeTableBuilder;
|
||||
};
|
||||
}
|
||||
|
||||
class ScopedPrinter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue