This commit is contained in:
aozhiwei 2020-10-26 15:10:16 +08:00
parent adf774f543
commit 00b7f9e2ea

View File

@ -285,7 +285,6 @@ func (this *Timer) cascade(tv *[TVN_SIZE]ListHead, index uint32) uint32 {
next = pos.next next = pos.next
} }
} }
cascadeList.Init()
return index return index
} }