]> xenbits.xensource.com Git - libvirt.git/commit
tests: remove unnecessary ret variables and cleanup labels
authorLaine Stump <laine@redhat.com>
Mon, 15 Nov 2021 01:05:32 +0000 (20:05 -0500)
committerLaine Stump <laine@redhat.com>
Mon, 13 Dec 2021 18:37:31 +0000 (13:37 -0500)
commitf8151c637c5d3d64dde91491e233f3e7f22a1a65
tree71e5acd67be914851d070e4d8cda8a20bd7de90f
parent35eb484f8c5bdb9ed3164193e4b8e4bd2943c97e
tests: remove unnecessary ret variables and cleanup labels

Several functions were simplified to remove the only cleanup code at
the cleanup label, making it unnecessary.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/virfirewalltest.c