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 <pkrempa(a)redhat.com>
---
src/util/vircommand.c | 4 +---
src/util/vircommand.h | 2 +-
tests/qemuxml2argvtest.c | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano