From 29237b699f47488962133b54b0b3d1085f3c068d Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 31 Aug 2008 01:05:00 +0000 Subject: Save 4 bytes (assuming sizeof(ptr) == 2) per user record, storing unneeded pointers (self managed class) that nothing was ever done with. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10359 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index ac06f75f5..59cd6cc6f 100644 --- a/include/users.h +++ b/include/users.h @@ -472,19 +472,6 @@ class CoreExport User : public connection */ ConnectClass *MyClass; - /** Resolvers for looking up this users IP address - * This will occur if and when res_reverse completes. - * When this class completes its lookup, User::dns_done - * will be set from false to true. - */ - UserResolver* res_forward; - - /** Resolvers for looking up this users hostname - * This is instantiated by User::StartDNSLookup(), - * and on success, instantiates User::res_reverse. - */ - UserResolver* res_reverse; - /** User visibility state, see definition of VisData. */ VisData* Visibility; -- cgit v1.2.3