diff --git a/net/tipc/config.c b/net/tipc/config.c index 5bb369669729a35e4744371e258141062ba8052c..2ee5a9a3cebf635cad2fbc688cc1f68c84654e44 100644 --- a/net/tipc/config.c +++ b/net/tipc/config.c @@ -41,13 +41,6 @@ #include "user_reg.h" #include "config.h" -struct subscr_data { - char usr_handle[8]; - u32 domain; - u32 port_ref; - struct list_head subd_list; -}; - struct manager { u32 user_ref; u32 port_ref;