From 3060eb754145996b67036ec313ce34e9f5df1c47 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Tue, 13 Dec 2011 12:40:51 +0900 Subject: [PATCH] migration.h: remove incoming_expected declarations The variable is deleted by 1bcef683bf840a928d633755031ac572d5fdb851 So remove its declaration. Acked-by: Luiz Capitulino Signed-off-by: Isaku Yamahata Signed-off-by: Stefan Hajnoczi --- migration.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/migration.h b/migration.h index 0682179bde..78a50d31ac 100644 --- a/migration.h +++ b/migration.h @@ -88,8 +88,6 @@ uint64_t ram_bytes_total(void); int ram_save_live(Monitor *mon, QEMUFile *f, int stage, void *opaque); int ram_load(QEMUFile *f, void *opaque, int version_id); -extern int incoming_expected; - /** * @migrate_add_blocker - prevent migration from proceeding * -- 2.11.4.GIT