From: JieWang Date: Mon, 22 Aug 2016 12:17:37 +0000 (+0800) Subject: remove the dead code this patch is to remove the dead code Signed-off-by: JieWang... X-Git-Tag: v2.2.0-rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9edff30fe0aaaf741cb3850bd2cbad7601a19a7;p=thirdparty%2Flibvirt.git remove the dead code this patch is to remove the dead code Signed-off-by: JieWang Signed-off-by: JieWang --- diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index d018addaec..cf2125d5d3 100644 --- a/src/qemu/qemu_migration.c +++ b/src/qemu/qemu_migration.c @@ -1602,7 +1602,6 @@ qemuMigrationPrecreateDisk(virConnectPtr conn, _("cannot precreate storage for disk type '%s'"), virStorageTypeToString(disk->src->type)); goto cleanup; - break; } if ((vol = virStorageVolLookupByName(pool, volName))) {