diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2015-06-23 18:41:27 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-07-27 22:44:47 +0300 |
commit | 7155f2ca9d66f5598fd8d071e71d6758019a6e48 (patch) | |
tree | 215e15c139e70b2eaa3c33bf4453eb1934a62eea /include/migration/vmstate.h | |
parent | f6288b9c88bae7d76d8bfe17e672976d79079296 (diff) | |
download | qemu-7155f2ca9d66f5598fd8d071e71d6758019a6e48.zip |
vmstate: remove unused declaration
Since 38e0735e, register_device_unmigratable() has been removed
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/migration/vmstate.h')
-rw-r--r-- | include/migration/vmstate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h index f51ff693e9..2e5a97dec4 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; |