diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index 63d1b7912..7fe1f3c0b 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -45,10 +45,6 @@ impl CliMainWorker { self.worker } - pub async fn preload_main_module(&mut self) -> Result<ModuleId, AnyError> { - self.worker.preload_main_module(&self.main_module).await - } - pub async fn setup_repl(&mut self) -> Result<(), AnyError> { self.worker.run_event_loop(false).await?; Ok(()) |