]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: bitamp: Remove virBitmapNewEmpty
authorPeter Krempa <pkrempa@redhat.com>
Thu, 1 Oct 2020 15:02:16 +0000 (17:02 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 5 Oct 2020 13:38:47 +0000 (15:38 +0200)
commitbab5a79d6a8752b9129d94e65dbea366a4fa3de6
tree0980ce49f4402cb996e0569ed88eeaac7400b364
parentf054317a0b68e4593f588ddaee23ef9b88f46cca
util: bitamp: Remove virBitmapNewEmpty

It can be replaced by virBitmapNew(0).

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