]> xenbits.xensource.com Git - libvirt.git/commit
virBitmapExpand: Remove return value
authorPeter Krempa <pkrempa@redhat.com>
Mon, 6 Dec 2021 14:53:27 +0000 (15:53 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 10 Dec 2021 15:36:24 +0000 (16:36 +0100)
commitab88ace58d6e68f63cdda212b31da3c1aba9459b
treea1592ff76ad0fd48249c711bc1fe93c077c3be82
parent3c9b04cb122934570766cf6d7d40c4f888dd71b4
virBitmapExpand: Remove return value

There's nothing that can fail in the function. Remove the return value
and adjust callers.

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