diff options
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 05761237b..61c59a6b5 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -889,7 +889,6 @@ void InspIRCd::DoOneIteration(bool process_module_sockets) break; } } - yield_depth--; } int InspIRCd::Run() @@ -920,7 +919,6 @@ int InspIRCd::Run() /* main loop, this never returns */ expire_run = false; - yield_depth = 0; iterations = 0; while (true) |