]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuAgentFSInfoFormatParams: Remove pointless returned value
authorPeter Krempa <pkrempa@redhat.com>
Thu, 12 Mar 2020 15:34:28 +0000 (16:34 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 13 Mar 2020 07:48:42 +0000 (08:48 +0100)
commitda1b1932271ee135537b2809e87dc621748d4630
tree1695e7043e781703162cb86934efe1b5e3326ecd
parentbc6dc8ce6e34b27794d1ea3b18506646b2b5a2c2
qemuAgentFSInfoFormatParams: Remove pointless returned value

The only caller doesn't check the value and also there are no real
errors to report anyways.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c