io_uring: Remove unused function
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 28 Mar 2024 02:23:24 +0000 (10:23 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Mar 2024 13:39:38 +0000 (07:39 -0600)
commit976a421d86422abb554b4544ddcad31f1cade3a4
tree4d8200a6a3cead0f658f763218adbea1499936e0
parentce48c09d9346799ebb542c910be6d3d6ca63c435
io_uring: Remove unused function

The function are defined in the io_uring.c file, but not called
elsewhere, so delete the unused function.

io_uring/io_uring.c:646:20: warning: unused function '__io_cq_unlock'.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8660
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240328022324.78029-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c