]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: Remove the unrelated comment
authorOsier Yang <jyang@redhat.com>
Thu, 9 May 2013 03:03:08 +0000 (11:03 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 9 May 2013 03:04:32 +0000 (11:04 +0800)
Pushed under trivial rule.

src/conf/domain_conf.c

index e90d5854f9ce82b156215555b6bd2d572ff5493f..d55ce6b176f54db818d54b0c2ad74ee639d69d0a 100644 (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"));