summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-19 18:22:09 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-19 18:22:09 +0000
commit33bc4e4863a7348bff108ffd73c7bf25025fdbee (patch)
tree2a7b856912f4a2ea03cf4ecc2a9ee3f16e3cf43b /include
parentfcd19d4de4b438f1762a2bbd2c90e6cc77ac46a2 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/users.h4
1 files changed, 0 insertions, 4 deletions
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;