]> git.proxmox.com Git - mirror_qemu.git/commitdiff
block: Remove prototype of bdrv_swap from header
authorFam Zheng <famz@redhat.com>
Fri, 18 Dec 2015 01:04:35 +0000 (09:04 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 18 Dec 2015 13:34:43 +0000 (14:34 +0100)
The function has gone.

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/block/block.h

index bce0d868fe4d41764fb5a7ef23376b2b1154f087..db8e09600427e788f457f31980038753feff7abe 100644 (file)
@@ -198,7 +198,6 @@ int bdrv_create_file(const char *filename, QemuOpts *opts, Error **errp);
 BlockDriverState *bdrv_new_root(void);
 BlockDriverState *bdrv_new(void);
 void bdrv_make_anon(BlockDriverState *bs);
-void bdrv_swap(BlockDriverState *bs_new, BlockDriverState *bs_old);
 void bdrv_append(BlockDriverState *bs_new, BlockDriverState *bs_top);
 void bdrv_replace_in_backing_chain(BlockDriverState *old,
                                    BlockDriverState *new);