Remove unused IoEngine::YieldCurrentCoroutine()

This commit is contained in:
Alexander A. Klimov 2025-05-14 15:32:16 +02:00
parent cb6d9d4d80
commit 758b210cee

View File

@ -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();