]> xenbits.xensource.com Git - libvirt.git/commit
Drop some useless comparisons and checks
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 27 Feb 2019 14:03:10 +0000 (15:03 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Mar 2019 08:22:47 +0000 (09:22 +0100)
commitab2e90006d4296364f35e5b20d0a3057ce1faa09
tree20116ec79d59b7a79adbd1af3eb96e31a8b0e8f9
parent4ec3cf9a0fc3d76058ea363a6c35df19e67e6261
Drop some useless comparisons and checks

In these cases the check that is removed has been done a few
lines above already (as can even be seen in the context). Drop
them.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
examples/dommigrate/dommigrate.c
src/conf/nwfilter_conf.c
src/qemu/qemu_command.c
src/qemu/qemu_hotplug.c
src/util/virresctrl.c
tools/virsh-snapshot.c