Skip to content

Commit

Permalink
net/tipc: Remove unused struct distr_queue_item
Browse files Browse the repository at this point in the history
After commit 09b5678("tipc: remove dead code in tipc_net and relatives"),
struct distr_queue_item is not used any more and can be removed as well.

Signed-off-by: Yuan Can <[email protected]>
Acked-by: Jon Maloy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
Yuan Can authored and kuba-moo committed Sep 30, 2022
1 parent dbae2b0 commit 8af535b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions net/tipc/name_distr.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@

int sysctl_tipc_named_timeout __read_mostly = 2000;

struct distr_queue_item {
struct distr_item i;
u32 dtype;
u32 node;
unsigned long expires;
struct list_head next;
};

/**
* publ_to_item - add publication info to a publication message
* @p: publication info
Expand Down

0 comments on commit 8af535b

Please sign in to comment.