10 Feb
2026
10 Feb
'26
9:24 p.m.
From: Zhushuai Yin <yinzhushuai@huawei.com> The `async_poll_task_free()` function has been renamed, but its declaration was not removed. The redundant declaration needs to be deleted. Signed-off-by: Zhushuai Yin <yinzhushuai@huawei.com> --- src/uadk_async.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uadk_async.h b/src/uadk_async.h index 4aebf05..e35d286 100644 --- a/src/uadk_async.h +++ b/src/uadk_async.h @@ -87,6 +87,5 @@ void async_module_uninit(void); int async_wake_job(ASYNC_JOB *job); void async_free_poll_task(int id, bool is_cb); int async_get_free_task(int *id); -void async_poll_task_free(void); ASYNC_JOB *async_get_async_job(void); #endif -- 2.43.0