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 9ad3434fed
commit a5560500c6
1 changed files with 1 additions and 1 deletions

View File

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