Re: [PATCH 016/103] virCommandGetArgList: Remove 'nargs' argument

2021-10-07 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: The returned argument list is a NULL-terminated string list and the only caller doesn't use the count. Remove the argument. Signed-off-by: Peter Krempa --- src/util/vircommand.c| 4 +--- src/util/vircommand.h| 2 +- tests/qemuxml2argvtest.c | 3 +

[PATCH 016/103] virCommandGetArgList: Remove 'nargs' argument

2021-10-07 Thread Peter Krempa
The returned argument list is a NULL-terminated string list and the only caller doesn't use the count. Remove the argument. Signed-off-by: Peter Krempa --- src/util/vircommand.c| 4 +--- src/util/vircommand.h| 2 +- tests/qemuxml2argvtest.c | 3 +-- 3 files changed, 3 insertions(+), 6 de