mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Drop unused windows
imports in FilesystemStore
tests
This commit is contained in:
parent
befde89fae
commit
5933af1f2d
1 changed files with 0 additions and 5 deletions
|
@ -381,11 +381,6 @@ mod tests {
|
|||
use lightning::util::persist::read_channel_monitors;
|
||||
use std::fs;
|
||||
use std::str::FromStr;
|
||||
#[cfg(target_os = "windows")]
|
||||
use {
|
||||
lightning::get_event_msg,
|
||||
lightning::ln::msgs::ChannelMessageHandler,
|
||||
};
|
||||
|
||||
impl Drop for FilesystemStore {
|
||||
fn drop(&mut self) {
|
||||
|
|
Loading…
Add table
Reference in a new issue