On a Tuesday in 2021, Peter Krempa wrote:
The function is now unused and motivated users to write crazy parsers
which were hard to understand, had pointless error paths just to avoid
few memory allocations.
Remove the function as we're fine with g_strndup and virStrcpy.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/coding-style.rst | 13 ------------
src/libvirt_private.syms | 1 -
src/util/virstring.c | 44 ----------------------------------------
src/util/virstring.h | 2 --
4 files changed, 60 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano