summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h13
1 files changed, 0 insertions, 13 deletions
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;