]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainSnapshotLoad: avoid dead store
authorJim Meyering <meyering@redhat.com>
Wed, 7 Apr 2010 18:22:20 +0000 (20:22 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 7 Apr 2010 18:39:50 +0000 (20:39 +0200)
commit60466abbd677c2c255e6a4adfb39fbeb032a2024
treebdfdfdef187a145413c74a9ae3a00d2679b92080
parentdd1a186f779dab2e54e4812fc1461b7decd76f5f
qemuDomainSnapshotLoad: avoid dead store

* src/qemu/qemu_driver.c (qemuDomainSnapshotLoad): Remove dead store
into "snap", as well as its declaration.
src/qemu/qemu_driver.c