mirror of https://github.com/docker/cli.git
system/version: remove dead-code
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1924bc9f0f
commit
16ece9bb82
|
@ -128,13 +128,6 @@ func runVersion(dockerCli command.Cli, opts *versionOptions) error {
|
|||
}
|
||||
|
||||
// TODO print error if kubernetes is used?
|
||||
// orchestrator, err := dockerCli.StackOrchestrator("")
|
||||
// if err != nil {
|
||||
// return cli.StatusError{StatusCode: 64, Status: err.Error()}
|
||||
// }
|
||||
// if orchestrator.HasKubernetes() {
|
||||
// // TODO print error if kubernetes is used?
|
||||
// }
|
||||
|
||||
vd := versionInfo{
|
||||
Client: clientVersion{
|
||||
|
|
Loading…
Reference in New Issue