mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
build(deps): address undeclared crate or module errors on Windows for scheduler crate (#2411)
This commit is contained in:
@ -377,10 +377,3 @@ where
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
pub(crate) async fn signal_handler(
|
||||
_sig: common_utils::signals::DummySignal,
|
||||
_sender: oneshot::Sender<()>,
|
||||
) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user