Drop unused windows imports in FilesystemStore tests

This commit is contained in:
Elias Rohrer 2023-12-16 14:39:53 +01:00
parent befde89fae
commit 5933af1f2d
No known key found for this signature in database
GPG key ID: 36153082BDF676FD

View file

@ -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) {