mirror of
https://github.com/mayanayza/netvisor.git
synced 2025-12-10 08:24:08 -06:00
removed unused cross-platform imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#[cfg(target_os = "linux")]
|
||||
use crate::daemon::utils::base::DaemonUtils;
|
||||
#[cfg(target_os = "linux")]
|
||||
use crate::server::utils::base::NetworkUtils;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
pub struct LinuxDaemonUtils;
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#[cfg(target_family = "windows")]
|
||||
use crate::daemon::utils::base::DaemonUtils;
|
||||
#[cfg(target_family = "windows")]
|
||||
use crate::server::utils::base::NetworkUtils;
|
||||
|
||||
#[cfg(target_family = "windows")]
|
||||
use anyhow::{anyhow, Result};
|
||||
|
||||
Reference in New Issue
Block a user