From 00b7f9e2eab83f7d80dd85e82604e18fe758e692 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 26 Oct 2020 15:10:16 +0800 Subject: [PATCH] 1 --- timer.go | 1 - 1 file changed, 1 deletion(-) 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 }