Merge pull request #520 from surajnarwade/minor_fix

Removing unused variable from convert.go
This commit is contained in:
Suraj Deshmukh
2017-03-28 18:13:00 +05:30
committed by GitHub
-2
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
)