summaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 96771eff0..73589b468 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -344,8 +344,6 @@ void Init(int ac, char **av)
/* Create me */
Me = new Server(NULL, Config->ServerName, 0, Config->ServerDesc, Config->Numeric);
- DNSEngine = new DNSManager();
-
#ifndef _WIN32
if (!nofork)
{