]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainObjBeginJobInternal: Remove spurious @ret assignment
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Jun 2018 08:20:15 +0000 (10:20 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 19 Jun 2018 05:08:12 +0000 (07:08 +0200)
commitaf0715bb61e4a430ea2fc7d3455af8222bbca9f1
treecf8a42d65c8e247487431ec9e9f2adf639d673b5
parentdd92df93f400d5970446aa71b461a75e25b08ffa
qemuDomainObjBeginJobInternal: Remove spurious @ret assignment

The variable is initialized to -1 already. There's no way it can
be overwritten by the time control gets to the line I'm removing.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_domain.c