From: Marc-André Lureau Date: Tue, 23 Jun 2015 16:41:27 +0000 (+0200) Subject: vmstate: remove unused declaration X-Git-Tag: v2.4.0-rc3~7^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7155f2ca9d66f5598fd8d071e71d6758019a6e48;p=thirdparty%2Fqemu.git vmstate: remove unused declaration Since 38e0735e, register_device_unmigratable() has been removed Signed-off-by: Marc-André Lureau Signed-off-by: Michael Tokarev --- diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h index f51ff693e96..2e5a97dec4e 100644 --- a/include/migration/vmstate.h +++ b/include/migration/vmstate.h @@ -75,9 +75,6 @@ int register_savevm_live(DeviceState *dev, void *opaque); void unregister_savevm(DeviceState *dev, const char *idstr, void *opaque); -void register_device_unmigratable(DeviceState *dev, const char *idstr, - void *opaque); - typedef struct VMStateInfo VMStateInfo; typedef struct VMStateDescription VMStateDescription;