Re: [PATCH 07/13] virnetlink: Drop unused variable from virNetlinkCommand()

2023-08-03 Thread Claudio Fontana
On 8/3/23 12:36, Michal Privoznik wrote: > The fds variable inside of virNetlinkCommand() is not used > really. It's passed to memset() (hence compilers do not > complain), but that's about it. Drop it. > > Signed-off-by: Michal Privoznik Reviewed-by: Claudio Fontana > --- >

[PATCH 07/13] virnetlink: Drop unused variable from virNetlinkCommand()

2023-08-03 Thread Michal Privoznik
The fds variable inside of virNetlinkCommand() is not used really. It's passed to memset() (hence compilers do not complain), but that's about it. Drop it. Signed-off-by: Michal Privoznik --- src/util/virnetlink.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util/virnetlink.c