--- cvsroot/Coro/Coro.pm 2006/11/25 01:14:11 1.86 +++ cvsroot/Coro/Coro.pm 2006/11/26 02:16:19 1.87 @@ -235,9 +235,6 @@ =cut sub _new_coro { - $current->_clear_idle_sp; # (re-)set the idle sp on the following cede - _set_cede_self; # ensures that cede cede's us first - cede; terminate &{+shift}; }