aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2024-09-17 01:20:07 +0100
committerVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>2024-09-30 10:53:18 +0300
commite84af3eb727d2c6de00693c48fbec1d6e68fbf9a (patch)
tree6720539e014b2088fad5ca1d27a8757cfdb9a6c2 /include
parent6475155d519209c80fdda53e05130365aa769838 (diff)
downloadqemu-e84af3eb727d2c6de00693c48fbec1d6e68fbf9a.zip
qemu-e84af3eb727d2c6de00693c48fbec1d6e68fbf9a.tar.gz
qemu-e84af3eb727d2c6de00693c48fbec1d6e68fbf9a.tar.bz2
block: Remove unused aio_task_pool_empty
aio_task_pool_empty has been unused since it was added in 6e9b225f73 ("block: introduce aio task pool") Remove it. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org> Message-Id: <20240917002007.330689-1-dave@treblig.org> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Diffstat (limited to 'include')
-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 18a9c41..c81d637 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);