Remove unused IoEngine::YieldCurrentCoroutine()

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

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