]> xenbits.xensource.com Git - libvirt.git/commit
libxl: Remove needless labels
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 14 Jan 2022 12:49:54 +0000 (13:49 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Jan 2022 08:53:45 +0000 (09:53 +0100)
commit7b9cebac2272c728668bb0b0c86a391203db535d
tree2e2e96e2b939fd2714f0256e9d1ef6fee4c6288d
parentd90cb8ff1096ed7e012d794bc900feece2429152
libxl: Remove needless labels

After previous cleanups some labels are needless: they contain
nothing but a return statement. Drop such labels and return
directly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/libxl/xen_common.c
src/libxl/xen_xl.c
src/libxl/xen_xm.c