diff --git a/timer.go b/timer.go index 699fc1c..06fecfd 100644 --- a/timer.go +++ b/timer.go @@ -285,7 +285,6 @@ func (this *Timer) cascade(tv *[TVN_SIZE]ListHead, index uint32) uint32 { next = pos.next } } - cascadeList.Init() return index }