
4 Jul
2019
4 Jul
'19
2:27 p.m.
On Wed, Jul 03, 2019 at 02:38:01PM +0200, Peter Krempa wrote:
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/libvirt_xenconfig.syms | 1 - src/xenconfig/xen_common.c | 68 ++++++++++++++++++++++++++++++-- src/xenconfig/xen_sxpr.c | 81 -------------------------------------- src/xenconfig/xen_sxpr.h | 2 - 4 files changed, 65 insertions(+), 87 deletions(-)
It is the only caller but inlining it increases the indentation level too much for my taste. Can you just move the function? Jano