Skip to content

Commit c9f9ce6

Browse files
Anuj Guptaaxboe
authored andcommitted
io_uring: remove unused rsrc_put_fn
rsrc_put_fn is declared but never used, remove it. Signed-off-by: Anuj Gupta <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 6cf52b4 commit c9f9ce6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

io_uring/rsrc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ struct io_rsrc_put {
2222
};
2323
};
2424

25-
typedef void (rsrc_put_fn)(struct io_ring_ctx *ctx, struct io_rsrc_put *prsrc);
26-
2725
struct io_rsrc_data {
2826
struct io_ring_ctx *ctx;
2927

0 commit comments

Comments
 (0)