diff options
author | Kevin Wolf <kwolf@redhat.com> | 2016-10-20 14:40:22 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-10-27 19:05:22 +0200 |
commit | 7381e95cc2c33b589c94a857dff21bf2016a08b7 (patch) | |
tree | 6f2b9faa3e1f1a0e81994a58ee8c6346719d162a /include/block | |
parent | 8c2e3dd55f54ba00fd0893a535c09b5fcd7a877b (diff) | |
download | qemu-7381e95cc2c33b589c94a857dff21bf2016a08b7.zip |
block: Remove bdrv_aio_pdiscard()
It is unused now.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'include/block')
-rw-r--r-- | include/block/block.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/block/block.h b/include/block/block.h index 107c603605..99a15a6bf6 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -314,9 +314,6 @@ BlockAIOCB *bdrv_aio_writev(BdrvChild *child, int64_t sector_num, BlockCompletionFunc *cb, void *opaque); BlockAIOCB *bdrv_aio_flush(BlockDriverState *bs, BlockCompletionFunc *cb, void *opaque); -BlockAIOCB *bdrv_aio_pdiscard(BlockDriverState *bs, - int64_t offset, int count, - BlockCompletionFunc *cb, void *opaque); void bdrv_aio_cancel(BlockAIOCB *acb); void bdrv_aio_cancel_async(BlockAIOCB *acb); |