diff options
Diffstat (limited to 'include/block/block_int.h')
-rw-r--r-- | include/block/block_int.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/block/block_int.h b/include/block/block_int.h index 93ec86f..8d58334 100644 --- a/include/block/block_int.h +++ b/include/block/block_int.h @@ -405,13 +405,6 @@ void bdrv_add_before_write_notifier(BlockDriverState *bs, NotifierWithReturn *notifier); /** - * bdrv_get_aio_context: - * - * Returns: the currently bound #AioContext - */ -AioContext *bdrv_get_aio_context(BlockDriverState *bs); - -/** * bdrv_detach_aio_context: * * May be called from .bdrv_detach_aio_context() to detach children from the |