]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Remove a few unused variables in domain_conf
authorJohn Ferlan <jferlan@redhat.com>
Wed, 20 Feb 2019 16:18:28 +0000 (11:18 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 4 Mar 2019 12:09:06 +0000 (07:09 -0500)
commit746be2a526213817b41dd6d5b34974b5c4d5c761
tree44bf532b71fd816d10ff02fb24aea3d96329b3c2
parentec0793ded44d201dc203d358635e36ba46f1b9a8
conf: Remove a few unused variables in domain_conf

In preparation for VIR_AUTOFREE usage, let's remove a couple
of unused variables so that clang compilations won't fail.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/conf/domain_conf.c