tipc: Delete unused configuration service structure definition
authorAllan Stephens <Allan.Stephens@windriver.com>
Tue, 30 Nov 2010 12:00:55 +0000 (12:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Dec 2010 21:34:02 +0000 (13:34 -0800)
Removes a structure definition that is no longer used by TIPC's
configuration service.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/config.c

index 5bb369669729a35e4744371e258141062ba8052c..2ee5a9a3cebf635cad2fbc688cc1f68c84654e44 100644 (file)
 #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;