io_uring: remove unused rsrc_put_fn
authorAnuj Gupta <anuj20.g@samsung.com>
Mon, 2 Sep 2024 06:21:34 +0000 (11:51 +0530)
committerJens Axboe <axboe@kernel.dk>
Mon, 2 Sep 2024 15:39:57 +0000 (09:39 -0600)
rsrc_put_fn is declared but never used, remove it.

Signed-off-by: Anuj Gupta <anuj20.g@samsung.com>
Link: https://lore.kernel.org/r/20240902062134.136387-3-anuj20.g@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rsrc.h

index 18242b2..3d0dda3 100644 (file)
@@ -22,8 +22,6 @@ struct io_rsrc_put {
        };
 };
 
-typedef void (rsrc_put_fn)(struct io_ring_ctx *ctx, struct io_rsrc_put *prsrc);
-
 struct io_rsrc_data {
        struct io_ring_ctx              *ctx;