diff --git a/cli/command/formatter/context.go b/cli/command/formatter/context.go index 71a53fd8ff..985a6ff32e 100644 --- a/cli/command/formatter/context.go +++ b/cli/command/formatter/context.go @@ -84,10 +84,3 @@ func (c *clientContextContext) Error() string { // TODO(thaJeztah) add "--no-trunc" option to context ls and set default to 30 cols to match "docker service ps" return Ellipsis(c.c.Error, maxErrLength) } - -// KubernetesEndpoint returns the kubernetes endpoint. -// -// Deprecated: support for kubernetes endpoints in contexts has been removed, and this formatting option will always be empty. -func (c *clientContextContext) KubernetesEndpoint() string { - return "" -}