Fix lint errors

This commit is contained in:
世界
2026-05-14 22:53:22 +08:00
parent 981393d256
commit 806da5f845
38 changed files with 284 additions and 333 deletions
-9
View File
@@ -134,15 +134,6 @@ func (t *adaptiveTimer) start() {
t.startLocked()
}
func (t *adaptiveTimer) notifyPressure() {
t.access.Lock()
t.startLocked()
t.forceMinInterval = true
t.pendingPressureBaseline = true
t.access.Unlock()
t.poll()
}
func (t *adaptiveTimer) startLocked() {
if t.timer != nil {
return