summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2015-06-23 18:41:27 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2015-07-27 22:44:47 +0300
commit7155f2ca9d66f5598fd8d071e71d6758019a6e48 (patch)
tree215e15c139e70b2eaa3c33bf4453eb1934a62eea
parentf6288b9c88bae7d76d8bfe17e672976d79079296 (diff)
downloadqemu-7155f2ca9d66f5598fd8d071e71d6758019a6e48.tar.gz
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>
-rw-r--r--include/migration/vmstate.h3
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;