1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 {
class MemoryTypeTableBuilder;
};
}
class ScopedPrinter;