From 69f3b0eb3ee9204ebddf140dc74a23b8f2d76b4c Mon Sep 17 00:00:00 2001 From: williamporomaa Date: Fri, 4 Oct 2024 15:42:13 +0200 Subject: [PATCH] Removed unused empty function Removed unused function that accidentally got pushed up with previous commit --- helix-term/src/commands/typed.rs | 4 ---- 1 file changed, 4 deletions(-) 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",