]> Repositorios git - scryer-prolog.git/commitdiff
unused code for unimplemented shutdown on timeout feature
authorDanil Platonov <[email protected]>
Sat, 30 May 2026 22:59:16 +0000 (15:59 -0700)
committerDanil Platonov <[email protected]>
Sat, 30 May 2026 22:59:16 +0000 (15:59 -0700)
src/machine/system_calls.rs

index 43e81446df06aa4b87c7cf5cd716809bd4f8c3d5..3aba0c1789176de4e3aea543c4af67ad51f6de8d 100644 (file)
@@ -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();