--- Coro/Coro.pm 2007/09/27 15:52:30 1.139 +++ Coro/Coro.pm 2007/09/27 16:25:10 1.140 @@ -157,14 +157,6 @@ for @{(delete $self->{destroy_cb}) || []}; } -sub _do_trace_sub { - &{$current->{_trace_sub_cb}} -} - -sub _do_trace_line { - &{$current->{_trace_line_cb}} -} - # this coroutine is necessary because a coroutine # cannot destroy itself. my @destroy;