]> xenbits.xensource.com Git - libvirt.git/commit
virBitmapClearBitExpand: Remove return value
authorPeter Krempa <pkrempa@redhat.com>
Mon, 6 Dec 2021 14:55:46 +0000 (15:55 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 10 Dec 2021 15:36:25 +0000 (16:36 +0100)
commit7d48c3d2d6344d0ab49199a0764c31e6d94a6dc4
tree7052385c95f0230a09f0c610b9dced47f76bac04
parent58fec2cef41f5f247626c5291510593556812190
virBitmapClearBitExpand: Remove return value

The function can't fail at this point. Remove the return value.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virbitmap.c
src/util/virbitmap.h
tests/virbitmaptest.c