]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Remove unnecessary declaration in virDomainCheckpointDefParse
authorJohn Ferlan <jferlan@redhat.com>
Sun, 28 Jul 2019 13:20:24 +0000 (09:20 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sun, 28 Jul 2019 13:20:24 +0000 (09:20 -0400)
commitbcf3e3a2842a4553e08a6aa894e883e36820f32d
tree8809ba3eccf7d0cd4f6b6c0a8bbfae3c1af5e7ff
parent72299db63690aa4b74131f54398a665a51e3592f
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>
src/conf/checkpoint_conf.c