]> xenbits.xensource.com Git - libvirt.git/commit
qemuConnectOpen: Drop unused @cfg and simplify
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 30 Apr 2019 09:44:22 +0000 (11:44 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 4 May 2019 21:39:35 +0000 (23:39 +0200)
commitf0f1e79bf5271835fb6367d8f44ba5a5ad8cfc83
tree2a1b494aa69b354a18bf424e279d9279ca0e5686
parent967f555da797b752a8fc797a8f127a05f1e6aa74
qemuConnectOpen: Drop unused @cfg and simplify

After 65a372d6e0 the @cfg variable is no longer used. This means
we can drop it and therefore drop 'cleanup' label with it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_driver.c