From a7944dfad09626320791e62be6e2c9ee204c0c1c Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Mon, 30 May 2016 11:17:32 +0200 Subject: block/io: Remove unused bdrv_aio_write_zeroes() Signed-off-by: Kevin Wolf Message-id: 1464599852-15392-1-git-send-email-kwolf@redhat.com Signed-off-by: Stefan Hajnoczi --- include/block/block.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/block/block.h b/include/block/block.h index 70ea299..d6bb74d 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -229,9 +229,6 @@ int bdrv_write(BlockDriverState *bs, int64_t sector_num, const uint8_t *buf, int nb_sectors); int bdrv_write_zeroes(BlockDriverState *bs, int64_t sector_num, int nb_sectors, BdrvRequestFlags flags); -BlockAIOCB *bdrv_aio_write_zeroes(BlockDriverState *bs, int64_t sector_num, - int nb_sectors, BdrvRequestFlags flags, - BlockCompletionFunc *cb, void *opaque); int bdrv_make_zero(BlockDriverState *bs, BdrvRequestFlags flags); int bdrv_pread(BlockDriverState *bs, int64_t offset, void *buf, int count); -- cgit v1.1