Removing unused variable from convert.go

Fixes #513
removed `ConvertSource` and `ConvertBuildConfig`, since they are no longer used.
This commit is contained in:
Suraj Narwade 2017-03-28 16:18:02 +05:30
parent 99f70109b7
commit a7e459ce05

View File

@ -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
)