Re: [libvirt] [PATCH 02/21] virDomainDefParseXML: remove unused parameter

2019-08-20 Thread Jiri Denemark
On Wed, Aug 21, 2019 at 01:15:24 +0200, Ján Tomko wrote: > We do not need to pass the root node, since it's already > included in the XPathContext. > > Signed-off-by: Ján Tomko > --- > src/conf/domain_conf.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Reviewed-by: Jiri Denemark

[libvirt] [PATCH 02/21] virDomainDefParseXML: remove unused parameter

2019-08-20 Thread Ján Tomko
We do not need to pass the root node, since it's already included in the XPathContext. Signed-off-by: Ján Tomko --- src/conf/domain_conf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 40b5f9b801..1f2a91c710 100644