Skip to content

Commit 5a2cadd

Browse files
committed
Remove unused IoEngine::YieldCurrentCoroutine()
1 parent b7db48a commit 5a2cadd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/base/io-engine.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ class IoEngine
139139
#endif // BOOST_VERSION >= 108700
140140
}
141141

142-
static inline
143-
void YieldCurrentCoroutine(boost::asio::yield_context yc)
144-
{
145-
Get().m_AlreadyExpiredTimer.async_wait(yc);
146-
}
147-
148142
private:
149143
IoEngine();
150144

0 commit comments

Comments
 (0)