]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: virDomainDiskDefDriverParseXML: Drop unused XPath infrastructure
authorPeter Krempa <pkrempa@redhat.com>
Thu, 23 Feb 2023 15:05:42 +0000 (16:05 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 6 Mar 2023 12:22:36 +0000 (13:22 +0100)
commit23fd37d02506203fb71d851529a2c53400183f4b
treecfa67adb28c66409639b3b6e68519767cb87049d
parentc5678110df9a786a5660ffd335fdb514c68d5125
conf: virDomainDiskDefDriverParseXML: Drop unused XPath infrastructure

The function doesn't use XPath at all. Don't pass the context to it.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.c