diff --git a/cli/command/registry.go b/cli/command/registry.go index 9958b7c0f8..8bfad12fd2 100644 --- a/cli/command/registry.go +++ b/cli/command/registry.go @@ -21,13 +21,6 @@ import ( "github.com/pkg/errors" ) -// ElectAuthServer returns the default registry to use. -// -// Deprecated: use [registry.IndexServer] instead. -func ElectAuthServer(_ context.Context, _ Cli) string { - return registry.IndexServer -} - // EncodeAuthToBase64 serializes the auth configuration as JSON base64 payload func EncodeAuthToBase64(authConfig types.AuthConfig) (string, error) { buf, err := json.Marshal(authConfig)