From c88502b8d073f9d571b36da9835edc8942740bf6 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Wed, 14 May 2025 15:32:16 +0200 Subject: [PATCH] Remove unused IoEngine::YieldCurrentCoroutine() --- lib/base/io-engine.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/base/io-engine.hpp b/lib/base/io-engine.hpp index 23be1a146..605c1e5e3 100644 --- a/lib/base/io-engine.hpp +++ b/lib/base/io-engine.hpp @@ -139,12 +139,6 @@ public: #endif // BOOST_VERSION >= 108700 } - static inline - void YieldCurrentCoroutine(boost::asio::yield_context yc) - { - Get().m_AlreadyExpiredTimer.async_wait(yc); - } - private: IoEngine();