diff --git a/pkg/schedule/config/config.go b/pkg/schedule/config/config.go index 09c72e389b7..124bff0a704 100644 --- a/pkg/schedule/config/config.go +++ b/pkg/schedule/config/config.go @@ -278,9 +278,6 @@ type ScheduleConfig struct { // Schedulers support for loading customized schedulers Schedulers SchedulerConfigs `toml:"schedulers" json:"schedulers-v2"` // json v2 is for the sake of compatible upgrade - // Deprecated: not used anymore - SchedulersPayload map[string]any `toml:"schedulers-payload" json:"schedulers-payload"` - // Controls the time interval between write hot regions info into leveldb. HotRegionsWriteInterval typeutil.Duration `toml:"hot-regions-write-interval" json:"hot-regions-write-interval"`