diff --git a/include/boost/fiber/detail/waiting_queue.hpp b/include/boost/fiber/detail/waiting_queue.hpp index d89e9262..e53f9632 100644 --- a/include/boost/fiber/detail/waiting_queue.hpp +++ b/include/boost/fiber/detail/waiting_queue.hpp @@ -123,7 +123,6 @@ public: f->next_reset(); f->time_point_reset(); sched_algo->awakened( f); - break; } else prev = f;