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();