--- Coro/Coro/State.xs 2006/12/12 13:56:45 1.127 +++ Coro/Coro/State.xs 2006/12/22 04:22:28 1.128 @@ -959,11 +959,6 @@ if (coro->flags & CF_READY) return 0; -#if 0 /* this is actually harmless */ - if (coro->flags & CF_RUNNING) - croak ("Coro::ready called on currently running coroutine"); -#endif - coro->flags |= CF_READY; LOCK;