diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-19 18:22:09 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-19 18:22:09 +0000 |
commit | 33bc4e4863a7348bff108ffd73c7bf25025fdbee (patch) | |
tree | 2a7b856912f4a2ea03cf4ecc2a9ee3f16e3cf43b /include/users.h | |
parent | fcd19d4de4b438f1762a2bbd2c90e6cc77ac46a2 (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/users.h')
-rw-r--r-- | include/users.h | 4 |
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; |