forked from LaconicNetwork/kompose
Removing unused variable from convert.go
Fixes #513 removed `ConvertSource` and `ConvertBuildConfig`, since they are no longer used.
This commit is contained in:
parent
99f70109b7
commit
a7e459ce05
@ -27,7 +27,6 @@ import (
|
||||
|
||||
// TODO: comment
|
||||
var (
|
||||
ConvertSource string
|
||||
ConvertOut string
|
||||
ConvertBuildRepo string
|
||||
ConvertBuildBranch string
|
||||
@ -40,7 +39,6 @@ var (
|
||||
ConvertStdout bool
|
||||
ConvertEmptyVols bool
|
||||
ConvertDeploymentConfig bool
|
||||
ConvertBuildConfig bool
|
||||
ConvertReplicas int
|
||||
ConvertOpt kobject.ConvertOptions
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user