net/tipc: Remove unused struct distr_queue_item
authorYuan Can <yuancan@huawei.com>
Wed, 28 Sep 2022 08:56:36 +0000 (08:56 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 30 Sep 2022 01:48:32 +0000 (18:48 -0700)
After commit 09b5678c778f("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 <yuancan@huawei.com>
Acked-by: Jon Maloy <jmaloy@redhat.com>
Link: https://lore.kernel.org/r/20220928085636.71749-1-yuancan@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tipc/name_distr.c

index 8267b751a526a4dc30062e5e9b38da92bc97266e..190b49c5cbc3ec5029ffbf45455a971ab56b5d6c 100644 (file)
 
 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