conf: Remove the unrelated comment

Pushed under trivial rule.
This commit is contained in:
Osier Yang 2013-05-09 11:03:08 +08:00
parent 3dfc2b71aa
commit a503433c30
1 changed files with 0 additions and 1 deletions

View File

@ -10561,7 +10561,6 @@ virDomainDefParseXML(xmlDocPtr xml,
}
VIR_FREE(nodes);
/* Extract numatune if exists. */
if ((n = virXPathNodeSet("./resource", ctxt, &nodes)) < 0) {
virReportError(VIR_ERR_INTERNAL_ERROR,
"%s", _("cannot extract resource nodes"));