support: remove unused const

This commit is contained in:
c9s 2022-06-21 15:57:42 +08:00
parent 6ef54bf2fb
commit 3112b40634
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -15,8 +15,6 @@ import (
const ID = "support"
const stateKey = "state-v1"
var log = logrus.WithField("strategy", ID)
var zeroiw = types.IntervalWindow{}