summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorZhang Chen <chen.zhang@intel.com>2019-04-26 17:07:29 +0800
committerDr. David Alan Gilbert <dgilbert@redhat.com>2019-05-14 17:33:35 +0100
commit9c16abcb9264e62e4c24875a2208fba90032b789 (patch)
tree9317581f043a7625a1ec13d76f0bf46aa7bd9385
parentc0913d1dfd0456a54f412a63c60659b72eb7093b (diff)
downloadfocaccia-qemu-9c16abcb9264e62e4c24875a2208fba90032b789.tar.gz
focaccia-qemu-9c16abcb9264e62e4c24875a2208fba90032b789.zip
migration/colo.h: Remove obsolete codes
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Message-Id: <20190426090730.2691-3-chen.zhang@intel.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-rw-r--r--include/migration/colo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/migration/colo.h b/include/migration/colo.h
index ddebe0ad27..f6fbe23ec9 100644
--- a/include/migration/colo.h
+++ b/include/migration/colo.h
@@ -22,8 +22,6 @@ enum colo_event {
     COLO_EVENT_FAILOVER,
 };
 
-void colo_info_init(void);
-
 void migrate_start_colo_process(MigrationState *s);
 bool migration_in_colo_state(void);