summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-11-19 19:54:23 +0000
committerSadie Powell <sadie@witchery.services>2024-11-19 19:55:34 +0000
commit2cb20ded789b50f7e354ed88baf40b60fdc14d96 (patch)
treea0f0d0d03ada1f74bd2c6f5b19ddecc5f8363f14
parent687bcaa83fb84d8664b17304baa0bc111efdc71b (diff)
Remove some code that should have been removed in the merge.
-rw-r--r--src/init.cpp1
1 files changed, 0 insertions, 1 deletions
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<void>(MOD_RESULT);
- SocketEngine::Process();
Log() << "Databases loaded";
FOREACH_MOD(OnPostInit, ());