Remove deadcode

This commit is contained in:
caodonghui 2021-02-23 17:58:47 +08:00
parent 54691ed806
commit f435e24403
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ const (
reconcilerLoopPeriod time.Duration = 0 * time.Millisecond
syncLoopPeriod time.Duration = 100 * time.Minute
maxWaitForUnmountDuration time.Duration = 50 * time.Millisecond
resyncPeriod time.Duration = 5 * time.Minute
)
// Calls Run()

View File

@ -31,7 +31,6 @@ import (
const (
// RequestedToCapacityRatioName is the name of this plugin.
RequestedToCapacityRatioName = "RequestedToCapacityRatio"
minUtilization = 0
maxUtilization = 100
)