On a Monday in 2021, Peter Krempa wrote:
The functions have very difficult semantics where callers are not
able
to tell whether the property is missing or failed the length check. Only
the latter produces errors.
Since usage of the functions was phased out, remove them completely to
avoid further broken code.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/libvirt_private.syms | 2 --
src/util/virxml.c | 62 ----------------------------------------
src/util/virxml.h | 8 ------
3 files changed, 72 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano