Skip to content

Commit

Permalink
io_uring: remove unused rsrc_put_fn
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Anuj Gupta authored and axboe committed Sep 2, 2024
1 parent 6cf52b4 commit c9f9ce6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions io_uring/rsrc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c9f9ce6

Please sign in to comment.