]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_capabilities.c: remove cleanup label from virQEMUCapsLoadCache()
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 18 Nov 2021 18:47:15 +0000 (15:47 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 19 Nov 2021 16:32:58 +0000 (13:32 -0300)
commit294e92145ec12bf33912f4987b3b93652548d461
tree8ab6326a60b348194c4b84323fcb36f66e173ba4
parent484c6e2ca4e24aec9e04f5393328e5bd57718b2b
qemu_capabilities.c: remove cleanup label from virQEMUCapsLoadCache()

'str' is no longer being used and the 'cleanup' label can be removed
together with the 'ret' variable.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_capabilities.c