summaryrefslogtreecommitdiff
path: root/include/block/aio_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/block/aio_task.h')
-rw-r--r--include/block/aio_task.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/block/aio_task.h b/include/block/aio_task.h
index 18a9c41f4e..c81d637617 100644
--- a/include/block/aio_task.h
+++ b/include/block/aio_task.h
@@ -40,8 +40,6 @@ void aio_task_pool_free(AioTaskPool *);
/* error code of failed task or 0 if all is OK */
int aio_task_pool_status(AioTaskPool *pool);
-bool aio_task_pool_empty(AioTaskPool *pool);
-
/* User provides filled @task, however task->pool will be set automatically */
void coroutine_fn aio_task_pool_start_task(AioTaskPool *pool, AioTask *task);