Re: [libvirt] [PATCH] virFork: Remove redundant forkRet variable

2018-06-05 Thread Radostin Stoyanov
On 05/06/18 07:50, Ján Tomko wrote: > On Tue, Jun 05, 2018 at 07:32:57AM +0100, Radostin Stoyanov wrote: >> The variable forkRest is not used after commit 25f8781 >> > > forkRet > >> https://github.com/libvirt/libvirt/commit/25f8781#diff-d2023c1ac4f688aa2021e21cfb60d4f0L1861 >> >> > > The libvir

Re: [libvirt] [PATCH] virFork: Remove redundant forkRet variable

2018-06-05 Thread Radostin Stoyanov
I will resend this patch with more appropriate title. On 05/06/18 07:32, Radostin Stoyanov wrote: > The variable forkRest is not used after commit 25f8781 > > https://github.com/libvirt/libvirt/commit/25f8781#diff-d2023c1ac4f688aa2021e21cfb60d4f0L1861 > > Signed-off-by: Radostin Stoyanov > --- >

Re: [libvirt] [PATCH] virFork: Remove redundant forkRet variable

2018-06-04 Thread Ján Tomko
On Tue, Jun 05, 2018 at 07:32:57AM +0100, Radostin Stoyanov wrote: The variable forkRest is not used after commit 25f8781 forkRet https://github.com/libvirt/libvirt/commit/25f8781#diff-d2023c1ac4f688aa2021e21cfb60d4f0L1861 The libvirt git repo is hosted at: https://libvirt.org/git/?p=libv

[libvirt] [PATCH] virFork: Remove redundant forkRet variable

2018-06-04 Thread Radostin Stoyanov
The variable forkRest is not used after commit 25f8781 https://github.com/libvirt/libvirt/commit/25f8781#diff-d2023c1ac4f688aa2021e21cfb60d4f0L1861 Signed-off-by: Radostin Stoyanov --- src/util/virfile.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/src/util/virfile.c b/src/uti