]> xenbits.xensource.com Git - libvirt.git/commitdiff
remove the dead code this patch is to remove the dead code Signed-off-by: JieWang...
authorJieWang <wangjie88@huawei.com>
Mon, 22 Aug 2016 12:17:37 +0000 (20:17 +0800)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 22 Aug 2016 12:20:43 +0000 (13:20 +0100)
Signed-off-by: JieWang <wangjie88@huawei.com>
src/qemu/qemu_migration.c

index d018addaec9d65ffe39975c56d3f309df1258820..cf2125d5d30887d0e808485fc0a2459e945c2f4a 100644 (file)
@@ -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))) {