From 2cb20ded789b50f7e354ed88baf40b60fdc14d96 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 19 Nov 2024 19:54:23 +0000 Subject: Remove some code that should have been removed in the merge. --- src/init.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 85b0e440d..8e79bd5bb 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -562,7 +562,6 @@ bool Anope::Init(int ac, char **av) EventReturn MOD_RESULT; FOREACH_RESULT(OnLoadDatabase, MOD_RESULT, ()); static_cast(MOD_RESULT); - SocketEngine::Process(); Log() << "Databases loaded"; FOREACH_MOD(OnPostInit, ()); -- cgit