]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
tipc: Remove unused global variable tipc_user_count
authorAllan Stephens <Allan.Stephens@windriver.com>
Fri, 7 Jan 2011 18:12:12 +0000 (13:12 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 23 Feb 2011 23:05:06 +0000 (18:05 -0500)
commit4132facae1df653b5a78e0e32956218199026812
tree572f80908589b1c82e7fe90d6a64798dba2be1a2
parent2d627b92fd1e39d83c3ee0b9d410403f98cb3981
tipc: Remove unused global variable tipc_user_count

Eliminates a global variable that was previously used by TIPC's user
registry to track the number of distinct applications using TIPC. Due to
the recent elimination of the user registry this variable no longer serves
any purpose and can be removed.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/core.c
net/tipc/core.h
net/tipc/socket.c