diff --git a/pkg/engine/state/storages/util.go b/pkg/engine/state/storages/util.go index d170e35f..ba3a7081 100644 --- a/pkg/engine/state/storages/util.go +++ b/pkg/engine/state/storages/util.go @@ -8,7 +8,6 @@ import ( const ( stateFile = "state.yaml" - stateTable = "state" statesPrefix = "states" ) diff --git a/pkg/workspace/storages/util.go b/pkg/workspace/storages/util.go index d7e6187c..f5a1edd3 100644 --- a/pkg/workspace/storages/util.go +++ b/pkg/workspace/storages/util.go @@ -11,7 +11,6 @@ const ( DefaultWorkspace = "default" workspacesPrefix = "workspaces" - workspaceTable = "workspace" metadataFile = ".metadata.yml" yamlSuffix = ".yaml" )