]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: eliminate ret variable in qemuExtTPMStartEmulator
authorJán Tomko <jtomko@redhat.com>
Fri, 24 Jan 2020 18:34:07 +0000 (19:34 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 28 Jan 2020 12:32:27 +0000 (13:32 +0100)
commit06160f6708d3cd07eec89fbe5b3adf123ca878a4
treedb0d5dc7cbf20847555dd4fef46aef7951d0b975
parentebe9c31f417b2d0305163b76fcc0bb1e24600b03
qemu: eliminate ret variable in qemuExtTPMStartEmulator

Now that the cleanup section is empty, eliminate the cleanup
label as well as the 'ret' variable.

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