diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-11-30 12:00:55 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-02 13:34:02 -0800 |
commit | 8d71919d7afc4ade0d9de09e1d50fbf9168c368d (patch) | |
tree | b7cfc6309f20c4d9957a1fab8ae36922bf187ed4 /net | |
parent | c80262829769419e19527f972672e8df0480235a (diff) | |
download | linux-3.10-8d71919d7afc4ade0d9de09e1d50fbf9168c368d.tar.gz linux-3.10-8d71919d7afc4ade0d9de09e1d50fbf9168c368d.tar.bz2 linux-3.10-8d71919d7afc4ade0d9de09e1d50fbf9168c368d.zip |
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 <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/tipc/config.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/tipc/config.c b/net/tipc/config.c index 5bb36966972..2ee5a9a3ceb 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; |