On a Friday in 2020, Peter Krempa wrote:
We no longer report any errors so all callers can be replaced by
virBitmapNew. Additionally virBitmapNEw can't return NULL now so error
s/NEw/New/
handling is not necessary.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/libvirt_private.syms | 1 -
src/util/virbitmap.c | 25 ++-----------------------
src/util/virbitmap.h | 1 -
src/util/virjson.c | 3 +--
tools/virt-host-validate-common.c | 4 +---
5 files changed, 4 insertions(+), 30 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano