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:
JieWang 2016-08-22 20:17:37 +08:00 committed by Richard W.M. Jones
parent b4478c16c0
commit f9edff30fe

View 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))) {