Re: [libvirt] [PATCH] qemuConnectOpen: Drop unused @cfg and simplify

2019-05-03 Thread Andrea Bolognani
On Tue, 2019-04-30 at 11:47 +0200, Michal Privoznik wrote: > After 65a372d6e0 the @cfg variable is no longer used. This means > we can drop it and therefore drop 'cleanup' label with it. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_driver.c | 17 + > 1 file changed,

[libvirt] [PATCH] qemuConnectOpen: Drop unused @cfg and simplify

2019-04-30 Thread Michal Privoznik
After 65a372d6e0 the @cfg variable is no longer used. This means we can drop it and therefore drop 'cleanup' label with it. Signed-off-by: Michal Privoznik --- src/qemu/qemu_driver.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/qemu/qemu_driver.c b/s