Skip to content

Commit fca77fc

Browse files
committed
Drop unused windows imports in FilesystemStore tests
1 parent 7771871 commit fca77fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lightning-persister/src/fs_store.rs

-5
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,6 @@ mod tests {
381381
use lightning::util::persist::read_channel_monitors;
382382
use std::fs;
383383
use std::str::FromStr;
384-
#[cfg(target_os = "windows")]
385-
use {
386-
lightning::get_event_msg,
387-
lightning::ln::msgs::ChannelMessageHandler,
388-
};
389384

390385
impl Drop for FilesystemStore {
391386
fn drop(&mut self) {

0 commit comments

Comments
 (0)