
4 Apr
2019
4 Apr
'19
3:32 p.m.
On Wed, Apr 03, 2019 at 03:06:33PM +0200, Peter Krempa wrote:
This helper has solely to do with virObjects. Move it together with other virObject stuff.
This also avoids the potential problem where VIR_AUTOUNREF uses virObjectAutoUnref which is defined in virobject.h.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/util/viralloc.h | 11 ----------- src/util/virobject.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano