From: Osier Yang Date: Thu, 9 May 2013 03:03:08 +0000 (+0800) Subject: conf: Remove the unrelated comment X-Git-Tag: CVE-2013-1962~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a503433c304ec0d6a337c0f91e6277f8c533c2c1;p=thirdparty%2Flibvirt.git conf: Remove the unrelated comment Pushed under trivial rule. --- diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index e90d5854f9..d55ce6b176 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -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"));