cleanup unused scheduler functions/files

This commit is contained in:
Abdullah Gharaibeh
2020-01-03 15:30:47 -05:00
parent 9ff3b52913
commit d31dcecd20
14 changed files with 10 additions and 83 deletions

View File

@@ -173,9 +173,3 @@ func applyFeatureGates(config *Config) {
config.FrameworkPlugins.Score.Enabled = append(config.FrameworkPlugins.Score.Enabled, s)
}
}
// ApplyFeatureGates applies algorithm by feature gates.
// TODO(ahg-g): DEPRECATED, remove.
func ApplyFeatureGates() func() {
return func() {}
}