Re: [libvirt] [PATCH 3/7] virbuftest: remove unnecessary labels

2020-01-14 Thread Erik Skultety
On Tue, Jan 14, 2020 at 08:35:37AM +0100, Ján Tomko wrote: > Remove the ret variables and labels from functions that no longer need > them. > > Signed-off-by: Ján Tomko > --- Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH 3/7] virbuftest: remove unnecessary labels

2020-01-13 Thread Ján Tomko
Remove the ret variables and labels from functions that no longer need them. Signed-off-by: Ján Tomko --- tests/virbuftest.c | 40 1 file changed, 12 insertions(+), 28 deletions(-) diff --git a/tests/virbuftest.c b/tests/virbuftest.c index