diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index b1001904c..ee36cb39a 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -481,8 +481,6 @@ void Init(int ac, char **av) /* Initialize the socket engine */ SocketEngine::Init(); - init_core_messages(); - /* Write our PID to the PID file. */ write_pidfile(); |