Remove extra semicolon to fix warning. NFC.

llvm-svn: 269722
This commit is contained in:
Michael Kuperstein 2016-05-16 23:09:32 +00:00
parent 1e19cc4c55
commit a338cd2790

View File

@ -20,7 +20,7 @@ class ObjectFile;
} }
namespace codeview { namespace codeview {
class MemoryTypeTableBuilder; class MemoryTypeTableBuilder;
}; }
class ScopedPrinter; class ScopedPrinter;