From 33bc4e4863a7348bff108ffd73c7bf25025fdbee Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 19 Jul 2008 18:22:09 +0000 Subject: Remove totally unused member, saving sizeof(unsigned int) per user record git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10040 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index 293465254..c395608c7 100644 --- a/include/users.h +++ b/include/users.h @@ -431,10 +431,6 @@ class CoreExport User : public connection */ InvitedList invites; - /** Number of channels this user is currently on - */ - unsigned int ChannelCount; - /** Cached nick!ident@host value using the real hostname */ std::string cached_fullhost; -- cgit v1.2.3