[libvirt] [PATCH] conf: Remove unnecessary declaration in virDomainCheckpointDefParse

28 Jul
2019
28 Jul
'19
1:21 p.m.
The @creation variable wasn't used - caused a Travis build failure. Signed-off-by: John Ferlan <jferlan@redhat.com> --- Pushing under the trivial and build break rules. src/conf/checkpoint_conf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/checkpoint_conf.c b/src/conf/checkpoint_conf.c index 30c6d2e717..5f4c275dd8 100644 --- a/src/conf/checkpoint_conf.c +++ b/src/conf/checkpoint_conf.c @@ -133,7 +133,6 @@ virDomainCheckpointDefParse(xmlXPathContextPtr ctxt, int n; char *tmp; VIR_AUTOFREE(xmlNodePtr *) nodes = NULL; - VIR_AUTOFREE(char *)creation = NULL; VIR_AUTOUNREF(virDomainCheckpointDefPtr) def = NULL; if (!(def = virDomainCheckpointDefNew())) -- 2.20.1
2230
Age (days ago)
2230
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Ferlan