mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32: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,
|
||||
compressor ? pipeFD[1] : fd) < 0)
|
||||
goto cleanup;
|
||||
is_reg = true;
|
||||
bypassSecurityDriver = true;
|
||||
} else {
|
||||
/* Phooey - we have to fall back on exec migration, where qemu
|
||||
|
Loading…
x
Reference in New Issue
Block a user