diff options
| author | micplus <ain01a@outlook.com> | 2024-04-07 13:51:42 +0800 |
|---|---|---|
| committer | micplus <ain01a@outlook.com> | 2024-04-07 14:17:49 +0800 |
| commit | 85ac98b09de1b8debc80d7e2699dc11975190c60 (patch) | |
| tree | a670036593b438f0dd96bf6268cb49f902916ab0 | |
| parent | feat: modify syncPod starting logic (diff) | |
| download | kubeedge-85ac98b09de1b8debc80d7e2699dc11975190c60.tar.gz | |
chore: remove unused var
Signed-off-by: micplus <ain01a@outlook.com>
| -rw-r--r-- | edge/cmd/edgecore/app/options/options.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/edge/cmd/edgecore/app/options/options.go b/edge/cmd/edgecore/app/options/options.go index 88de1e576..ebc09e470 100644 --- a/edge/cmd/edgecore/app/options/options.go +++ b/edge/cmd/edgecore/app/options/options.go @@ -28,8 +28,6 @@ import ( "github.com/kubeedge/kubeedge/pkg/util/validation" ) -var FeatureModuleAutoStart = "moduleAutoStart" - type EdgeCoreOptions struct { ConfigFile string } |
