remove template arg

master
Daniel Kolesa 2017-03-23 17:52:14 +01:00
parent 0d8fb5f970
commit 9ab5f03612
1 changed files with 0 additions and 1 deletions

View File

@ -632,7 +632,6 @@ inline void yield_in(S &sched) {
sched.yield();
}
template<typename S>
inline void yield() {
detail::current_sched_iface.yield();
}