Remove unused code.

This commit is contained in:
Herbert Wolverson 2023-03-07 21:44:31 +00:00
parent 67cc8d8e99
commit 1196f7a7fb

View File

@ -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()));