diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs index 0d169663e..ac9212461 100644 --- a/helix-term/src/commands/typed.rs +++ b/helix-term/src/commands/typed.rs @@ -2539,10 +2539,6 @@ fn read(cx: &mut compositor::Context, args: &[Cow], event: PromptEvent) -> Ok(()) } -fn exit() { - -} - pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[ TypableCommand { name: "xit",