]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainDiskLookupByNodename: Remove unused 'idx'
authorPeter Krempa <pkrempa@redhat.com>
Wed, 15 Jul 2020 10:29:34 +0000 (12:29 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 Jul 2020 07:52:46 +0000 (09:52 +0200)
commitdb712b0673db2afd39ab11d660657b6a1240b2db
tree730cedbc4c47cfcc2c4e8c100b95b7315d284613
parent877d705ccf9e515a7506a2d326227251c4e272c7
qemuDomainDiskLookupByNodename: Remove unused 'idx'

All callers pass NULL as the value. Remove the argument.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c