Skip to content

Commit

Permalink
tipc: Delete unused configuration service structure definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Allan Stephens authored and David S. Miller committed Dec 2, 2010
1 parent c802628 commit 8d71919
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions net/tipc/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d71919

Please sign in to comment.