conf: Drop VIR_DOMAIN_DEF_PARSE_CLOCK_ADJUST flag

The flag was used only for formatting the XML and once the parser and
formatter flags were split in 0ecd685109
it doesn't make sense any more to have it.
This commit is contained in:
Peter Krempa
2015-09-15 14:08:52 +02:00
parent 3fb0819830
commit ed94ad9e40
3 changed files with 4 additions and 7 deletions

View File

@@ -180,8 +180,7 @@ testCompareStatusXMLToXMLFiles(const void *opaque)
driver.caps, driver.xmlopt,
VIR_DOMAIN_DEF_PARSE_STATUS |
VIR_DOMAIN_DEF_PARSE_ACTUAL_NET |
VIR_DOMAIN_DEF_PARSE_PCI_ORIG_STATES |
VIR_DOMAIN_DEF_PARSE_CLOCK_ADJUST))) {
VIR_DOMAIN_DEF_PARSE_PCI_ORIG_STATES))) {
fprintf(stderr, "Failed to parse domain status XML:\n%s", source);
goto cleanup;
}