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)
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>

No differences found