diff options
author | Shigeru Yoshida <syoshida@redhat.com> | 2024-07-09 23:34:10 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-07-12 03:41:32 +0100 |
commit | 534ea0a95e2d7b31eb1e1248d04edaffed75e366 (patch) | |
tree | 55c1587101cf1046d92658fd938791f7d68d385e /net/tipc/core.h | |
parent | 2a4183f864dad50f84edb6b67a2807a438f944fd (diff) | |
download | lwn-534ea0a95e2d7b31eb1e1248d04edaffed75e366.tar.gz lwn-534ea0a95e2d7b31eb1e1248d04edaffed75e366.zip |
tipc: Remove unused struct declaration
struct tipc_name_table in core.h is not used. Remove this declaration.
Signed-off-by: Shigeru Yoshida <syoshida@redhat.com>
Reviewed-by: Tung Nguyen <tung.q.nguyen@endava.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 7eccd97e0609..7f3fe3401c45 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -72,7 +72,6 @@ struct tipc_node; struct tipc_bearer; struct tipc_bc_base; struct tipc_link; -struct tipc_name_table; struct tipc_topsrv; struct tipc_monitor; #ifdef CONFIG_TIPC_CRYPTO |