
23 Sep
2019
23 Sep
'19
3:46 p.m.
On Thu, Sep 19, 2019 at 07:13:06PM +0200, Peter Krempa wrote:
The function is only used as a helper in virTypedParamsAddFromString. Make it static and move it to virtypedparam-public.c.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/libvirt_private.syms | 1 - src/util/virtypedparam-public.c | 95 +++++++++++++++++++++++++++++++++ src/util/virtypedparam.c | 93 -------------------------------- src/util/virtypedparam.h | 6 --- 4 files changed, 95 insertions(+), 100 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano