Re: [PATCH 06/10] qemuDomainDiskLookupByNodename: Remove unused 'idx'

2020-07-20 Thread Eric Blake
On 7/15/20 8:10 AM, Peter Krempa wrote: All callers pass NULL as the value. Remove the argument. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 12 ++-- src/qemu/qemu_domain.h | 3 +-- src/qemu/qemu_process.c | 4 ++-- 3 files changed, 5 insertions(+), 14 deletions(-)

[PATCH 06/10] qemuDomainDiskLookupByNodename: Remove unused 'idx'

2020-07-15 Thread Peter Krempa
All callers pass NULL as the value. Remove the argument. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 12 ++-- src/qemu/qemu_domain.h | 3 +-- src/qemu/qemu_process.c | 4 ++-- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/qemu/qemu_domain.c b/src/qe