summaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/dns.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/modules/dns.h b/include/modules/dns.h
index cfa048184..a66e3c28e 100644
--- a/include/modules/dns.h
+++ b/include/modules/dns.h
@@ -72,12 +72,6 @@ namespace DNS
const int PORT = 53;
- /**
- * The maximum value of a dns request id,
- * 16 bits wide, 0xFFFF.
- */
- const int MAX_REQUEST_ID = 0xFFFF;
-
class Exception : public ModuleException
{
public:
@@ -161,7 +155,6 @@ namespace DNS
, id(0)
, creator(mod)
{
- ServerInstance->Timers.AddTimer(this);
}
virtual ~Request()