]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainFeaturesCapabilitiesDefParse: Remove ctxt
authorTim Wiederhake <twiederh@redhat.com>
Tue, 22 Jun 2021 12:22:56 +0000 (14:22 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 23 Jun 2021 11:45:54 +0000 (13:45 +0200)
commitf1a65a8163e23c0ab168016b8a57cda7a6c62135
treeb832e4e26e0dda2edf771297f171adb4ac823af6
parent2afc9fdc829e370dbd6f463e936083b38fa0e084
virDomainFeaturesCapabilitiesDefParse: Remove ctxt

Iterating over all child elements of a node does not require xpath.
By doing away with xpath for this code, the code can be simplified.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c