summaryrefslogtreecommitdiff
path: root/include/block
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2016-10-20 14:40:22 +0200
committerKevin Wolf <kwolf@redhat.com>2016-10-27 19:05:22 +0200
commit7381e95cc2c33b589c94a857dff21bf2016a08b7 (patch)
tree6f2b9faa3e1f1a0e81994a58ee8c6346719d162a /include/block
parent8c2e3dd55f54ba00fd0893a535c09b5fcd7a877b (diff)
downloadqemu-7381e95cc2c33b589c94a857dff21bf2016a08b7.tar.gz
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.h3
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);