mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
fix(test): delete unused unused var or const
This commit is contained in:
@@ -38,10 +38,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
warning3K = 100
|
||||
threshold3K = 30
|
||||
threshold30K = 30
|
||||
threshold60K = 30
|
||||
warning3K = 100
|
||||
threshold3K = 30
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user