X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusers.h;h=59cd6cc6f4b7186141c2f73c1c4a8d46aa4f3bd6;hb=29237b699f47488962133b54b0b3d1085f3c068d;hp=ac06f75f5fa4115c0f498fb49afa25f8856b492d;hpb=5db3290d939509015167b7fdfba5073285051560;p=user%2Fhenk%2Fcode%2Finspircd.git 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;