Clean up unused variables and functions (#5818)

Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
This commit is contained in:
Fish-pro
2023-02-09 10:53:24 +08:00
committed by GitHub
parent 0be05c9bc8
commit ef05af13bf
12 changed files with 0 additions and 93 deletions

View File

@@ -31,7 +31,6 @@ import (
type restartableDeleteItemAction struct {
key process.KindAndName
sharedPluginProcess process.RestartableProcess
config map[string]string
}
// NewRestartableDeleteItemAction returns a new restartableDeleteItemAction.

View File

@@ -51,7 +51,6 @@ func AdaptedRestoreItemActions() []AdaptedRestoreItemAction {
type RestartableRestoreItemAction struct {
Key process.KindAndName
SharedPluginProcess process.RestartableProcess
config map[string]string
}
// NewRestartableRestoreItemAction returns a new RestartableRestoreItemAction.

View File

@@ -59,7 +59,6 @@ func AdaptedRestoreItemActions() []AdaptedRestoreItemAction {
type RestartableRestoreItemAction struct {
Key process.KindAndName
SharedPluginProcess process.RestartableProcess
config map[string]string
}
// NewRestartableRestoreItemAction returns a new RestartableRestoreItemAction.