]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: remove redundant arg to virKModLoad
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 16 Jun 2020 11:07:30 +0000 (12:07 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 22 Jun 2020 17:22:23 +0000 (18:22 +0100)
commit2d80cbc06a4a95f874d2a1dd38dcec18fa1f4d85
tree12f8b1d13526f35c9f08023de4e18326967ca1a0
parentfc09f3d823aba430d38db0d5ba8cdc5b0a71b9e5
src: remove redundant arg to virKModLoad

All callers except for the test suite pass the same value
for the second arg, so it can be removed, simplifying the
code.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virfile.c
src/util/virkmod.c
src/util/virkmod.h
src/util/virpci.c
tests/virkmodtest.c