mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-23 03:42:19 +00:00
qemu: remove dead assignment
Detected by clang. * src/qemu/qemu_migration.c (qemuMigrationToFile): Nothing later uses is_reg.
This commit is contained in:
parent
f72393fa97
commit
5f929dd3aa
@ -1311,7 +1311,6 @@ qemuMigrationToFile(struct qemud_driver *driver, virDomainObjPtr vm,
|
|||||||
if (virSecurityManagerSetFDLabel(driver->securityManager, vm,
|
if (virSecurityManagerSetFDLabel(driver->securityManager, vm,
|
||||||
compressor ? pipeFD[1] : fd) < 0)
|
compressor ? pipeFD[1] : fd) < 0)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
is_reg = true;
|
|
||||||
bypassSecurityDriver = true;
|
bypassSecurityDriver = true;
|
||||||
} else {
|
} else {
|
||||||
/* Phooey - we have to fall back on exec migration, where qemu
|
/* Phooey - we have to fall back on exec migration, where qemu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user