[PATCH net-next] tipc: Remove unused struct declaration

Shigeru Yoshida posted 1 patch 1 year, 7 months ago
net/tipc/core.h | 1 -
1 file changed, 1 deletion(-)
[PATCH net-next] tipc: Remove unused struct declaration
Posted by Shigeru Yoshida 1 year, 7 months ago
struct tipc_name_table in core.h is not used. Remove this declaration.

Signed-off-by: Shigeru Yoshida <syoshida@redhat.com>
---
 net/tipc/core.h | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.45.2