On a Thursday in 2021, Peter Krempa wrote:
The function can't fail at this point. Remove the return value.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/numa_conf.c | 3 +--
src/network/bridge_driver.c | 3 +--
src/util/virbitmap.c | 14 ++++----------
src/util/virbitmap.h | 4 ++--
src/util/virhostcpu.c | 6 ++----
src/util/virqemu.c | 3 +--
src/util/virtpm.c | 3 +--
tests/testutils.c | 2 +-
tests/virbitmaptest.c | 7 +++----
9 files changed, 16 insertions(+), 29 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano