Removing a spurious semi-colon; this macro expands into a namespace.

llvm-svn: 188525
This commit is contained in:
Aaron Ballman 2013-08-16 01:53:58 +00:00
parent 414a0cdd38
commit 381f59f06f
1 changed files with 1 additions and 1 deletions

View File

@ -1305,7 +1305,7 @@ struct OptionalTestSeq {
std::vector<OptionalTest> Tests;
};
LLVM_YAML_IS_SEQUENCE_VECTOR(OptionalTest);
LLVM_YAML_IS_SEQUENCE_VECTOR(OptionalTest)
namespace llvm {
namespace yaml {
template <>