]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuPrepareNVRAM: Drop cleanup label
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Feb 2022 08:31:48 +0000 (09:31 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Feb 2022 13:00:07 +0000 (14:00 +0100)
commit9a98ad6ddbe7345b63710023bd32835f9d6bc353
tree464500f95b299667476134d31fa8a2a2149f7b6f
parent2ddb3bf0e1a9beef5957a8251b32d07260879335
qemuPrepareNVRAM: Drop cleanup label

After previous commits, the cleanup label shrank to plain
'return' statement. There's no point in having such label, so
drop it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_process.c