From 304cf424ed34311d0190cbe97ea6b2a18c0f4a65 Mon Sep 17 00:00:00 2001 From: Danil Platonov Date: Sat, 30 May 2026 15:59:16 -0700 Subject: [PATCH] unused code for unimplemented shutdown on timeout feature --- src/machine/system_calls.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machine/system_calls.rs b/src/machine/system_calls.rs index 43e81446..3aba0c17 100644 --- a/src/machine/system_calls.rs +++ b/src/machine/system_calls.rs @@ -4595,7 +4595,6 @@ impl Machine { // warp shutdown channel let (warp_shutdown_tx, mut warp_shutdown_rx) = tokio::sync::mpsc::channel(1); - let warp_shutdown_tx_timeout = warp_shutdown_tx.clone(); let runtime = tokio::runtime::Handle::current(); let _guard = runtime.enter(); -- 2.54.0