diff options
-rw-r--r-- | include/dns.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dns.h b/include/dns.h index 522b58ee5..39c6cc5aa 100644 --- a/include/dns.h +++ b/include/dns.h @@ -44,9 +44,6 @@ enum ResolverError */ class DNS : public Extensible { - private: - int t; - int myid; public: int dns_getip4(const char* name); int dns_getname4(const insp_inaddr* ip); |