From 8d71919d7afc4ade0d9de09e1d50fbf9168c368d Mon Sep 17 00:00:00 2001 From: Allan Stephens Date: Tue, 30 Nov 2010 12:00:55 +0000 Subject: [PATCH] tipc: Delete unused configuration service structure definition Removes a structure definition that is no longer used by TIPC's configuration service. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- net/tipc/config.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/net/tipc/config.c b/net/tipc/config.c index 5bb369669729..2ee5a9a3cebf 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;