Re: [libvirt] [PATCH 06/12] libxl: remove 'ret' from xenParseSxprVifRate

2019-11-14 Thread Peter Krempa
On Wed, Nov 13, 2019 at 16:48:47 +0100, Ján Tomko wrote: > Now that the cleanup section is empty, the ret variable is no longer > necessary. > > Signed-off-by: Ján Tomko > --- > src/libxl/xen_common.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) Reviewed-by: Peter Krempa

[libvirt] [PATCH 06/12] libxl: remove 'ret' from xenParseSxprVifRate

2019-11-13 Thread Ján Tomko
Now that the cleanup section is empty, the ret variable is no longer necessary. Signed-off-by: Ján Tomko --- src/libxl/xen_common.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/libxl/xen_common.c b/src/libxl/xen_common.c index 15a2db8add..0cb7f0f331 100644