This commit is contained in:
Simon Wicky
2026-05-19 11:31:13 +02:00
parent e952f9df24
commit 62a5d1437d
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -56,12 +56,10 @@ impl LpDataSetup {
output_tx,
shutdown.clone_shutdown_token(),
);
//let sender = LpDataSender::new(data_state, output_rx, shutdown.clone_shutdown_token());
Ok(LpDataSetup {
listener,
handler,
//sender,
shutdown,
})
}