OSDN Git Service

io_uring/notif: Remove the unused function io_notif_complete()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 5 Sep 2022 02:04:36 +0000 (10:04 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 Sep 2022 17:42:39 +0000 (11:42 -0600)
commit4fa07edbb7eacfb56b3aa64f590e9f38e7f1042c
treec50fab86e86a20e3455e8c8d1e70094116ceab4f
parent916d72c10a4ca80ea51f1421e774cb765b53f28f
io_uring/notif: Remove the unused function io_notif_complete()

The function io_notif_complete() is defined in the notif.c file, but not
called elsewhere, so delete this unused function.

io_uring/notif.c:24:20: warning: unused function 'io_notif_complete' [-Wunused-function].

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2047
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/20220905020436.51894-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/notif.c