unused code for unimplemented shutdown on timeout feature

This commit is contained in:
Danil Platonov
2026-05-30 15:59:16 -07:00
parent 3cd40419eb
commit 304cf424ed

View File

@@ -4595,7 +4595,6 @@ impl Machine {
// warp shutdown channel // warp shutdown channel
let (warp_shutdown_tx, mut warp_shutdown_rx) = tokio::sync::mpsc::channel(1); 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 runtime = tokio::runtime::Handle::current();
let _guard = runtime.enter(); let _guard = runtime.enter();