]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/migration.c
migration: fix handling for --only-migratable
[mirror_qemu.git] / migration / migration.c
index 51ccd1a4c5177fb997759ebe5322490b4e2b0bef..dbdc121838cf5cfc61bd05edaf18aded36cae838 100644 (file)
@@ -128,11 +128,6 @@ MigrationState *migrate_get_current(void)
     return current_migration;
 }
 
-void migration_only_migratable_set(void)
-{
-    migrate_get_current()->only_migratable = true;
-}
-
 MigrationIncomingState *migration_incoming_get_current(void)
 {
     static bool once;