diff options
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/dns.h b/include/dns.h index b88f3a247..27c3c8848 100644 --- a/include/dns.h +++ b/include/dns.h @@ -295,11 +295,6 @@ class CoreExport DNS : public EventHandler static const int MAX_REQUEST_ID = 0xFFFF; /** - * A counter used to form part of the pseudo-random id - */ - int currid; - - /** * Currently cached items */ dnscache* cache; |