]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Save 4 bytes (assuming sizeof(ptr) == 2) per user record, storing unneeded pointers...
[user/henk/code/inspircd.git] / include / users.h
index ac06f75f5fa4115c0f498fb49afa25f8856b492d..59cd6cc6f4b7186141c2f73c1c4a8d46aa4f3bd6 100644 (file)
@@ -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;