diff --git a/lib/client/mfa/cli.go b/lib/client/mfa/cli.go index a40838211bfa7..726c9962e0127 100644 --- a/lib/client/mfa/cli.go +++ b/lib/client/mfa/cli.go @@ -86,12 +86,6 @@ func NewCLIPrompt(cfg *CLIPromptConfig) *CLIPrompt { } } -// NewCLIPromptV2 returns a new CLI mfa prompt with the given config. -// TODO(Joerger): remove once /e is no longer dependent on this. -func NewCLIPromptV2(cfg *CLIPromptConfig) *CLIPrompt { - return NewCLIPrompt(cfg) -} - func (c *CLIPrompt) stdin() prompt.StdinReader { if c.cfg.StdinFunc == nil { return prompt.Stdin()