From 9ab5f036122dff5fcb8ae44ab86d549d8c95c679 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 23 Mar 2017 17:52:14 +0100 Subject: [PATCH] remove template arg --- ostd/concurrency.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/ostd/concurrency.hh b/ostd/concurrency.hh index 4360c90..f1d9079 100644 --- a/ostd/concurrency.hh +++ b/ostd/concurrency.hh @@ -632,7 +632,6 @@ inline void yield_in(S &sched) { sched.yield(); } -template inline void yield() { detail::current_sched_iface.yield(); }