diff options
| author | Marc-André Lureau | 2015-06-23 18:41:27 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2015-07-27 21:44:47 +0200 |
| commit | 7155f2ca9d66f5598fd8d071e71d6758019a6e48 (patch) | |
| tree | 215e15c139e70b2eaa3c33bf4453eb1934a62eea /include/migration | |
| parent | make: Clean build messages (diff) | |
| download | qemu-7155f2ca9d66f5598fd8d071e71d6758019a6e48.tar.gz qemu-7155f2ca9d66f5598fd8d071e71d6758019a6e48.tar.xz 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')
| -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; |
