From: Fam Zheng Date: Fri, 18 Dec 2015 01:04:35 +0000 (+0800) Subject: block: Remove prototype of bdrv_swap from header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bbe1ef2686ff66f76427b9c1cb42f4b8a4b82556;p=qemu.git block: Remove prototype of bdrv_swap from header The function has gone. Signed-off-by: Fam Zheng Signed-off-by: Kevin Wolf --- diff --git a/include/block/block.h b/include/block/block.h index bce0d868fe..db8e096004 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -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);