mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 12:41:29 +00:00
conf: Remove unnecessary declaration in virDomainCheckpointDefParse
The @creation variable wasn't used - caused a Travis build failure. Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
72299db636
commit
bcf3e3a284
@ -133,7 +133,6 @@ virDomainCheckpointDefParse(xmlXPathContextPtr ctxt,
|
|||||||
int n;
|
int n;
|
||||||
char *tmp;
|
char *tmp;
|
||||||
VIR_AUTOFREE(xmlNodePtr *) nodes = NULL;
|
VIR_AUTOFREE(xmlNodePtr *) nodes = NULL;
|
||||||
VIR_AUTOFREE(char *)creation = NULL;
|
|
||||||
VIR_AUTOUNREF(virDomainCheckpointDefPtr) def = NULL;
|
VIR_AUTOUNREF(virDomainCheckpointDefPtr) def = NULL;
|
||||||
|
|
||||||
if (!(def = virDomainCheckpointDefNew()))
|
if (!(def = virDomainCheckpointDefNew()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user