From db5bf128bb221ec6865959a00e1b7c36c89fa99e Mon Sep 17 00:00:00 2001 From: mattwparas Date: Thu, 10 Aug 2023 19:32:38 -0700 Subject: [PATCH] remove dead code --- helix-term/src/commands/engine.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/helix-term/src/commands/engine.rs b/helix-term/src/commands/engine.rs index cd0673c55..43e14ec35 100644 --- a/helix-term/src/commands/engine.rs +++ b/helix-term/src/commands/engine.rs @@ -1660,11 +1660,6 @@ fn create_directory(path: String) { } } -// fn enqueue_callback(cx: &mut Context, thunk: SteelVal) { -// log::info!("Enqueueing callback!"); - -// } - /// Change config at runtime. Access nested values by dot syntax, for /// example to disable smart case search, use `:set search.smart-case false`. fn set_options(