mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Remove unused code.
This commit is contained in:
parent
67cc8d8e99
commit
1196f7a7fb
@ -134,6 +134,3 @@ pub fn host_counts(_auth: AuthGuard) -> Json<(u32, u32)> {
|
||||
let unknown = host_counts.0 - host_counts.1;
|
||||
Json((n_devices as u32, unknown))
|
||||
}
|
||||
|
||||
//static CONFIG: Lazy<Mutex<LibreQoSConfig>> =
|
||||
// Lazy::new(|| Mutex::new(lqos_config::LibreQoSConfig::load().unwrap()));
|
||||
|
Loading…
Reference in New Issue
Block a user