mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
remove the dead code this patch is to remove the dead code Signed-off-by: JieWang <wangjie88@huawei.com>
Signed-off-by: JieWang <wangjie88@huawei.com>
This commit is contained in:
parent
b4478c16c0
commit
f9edff30fe
@ -1602,7 +1602,6 @@ qemuMigrationPrecreateDisk(virConnectPtr conn,
|
|||||||
_("cannot precreate storage for disk type '%s'"),
|
_("cannot precreate storage for disk type '%s'"),
|
||||||
virStorageTypeToString(disk->src->type));
|
virStorageTypeToString(disk->src->type));
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((vol = virStorageVolLookupByName(pool, volName))) {
|
if ((vol = virStorageVolLookupByName(pool, volName))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user