fix: remove the parsing for root supported functions

This commit is contained in:
Luke D. Jones
2021-08-01 00:15:38 +12:00
parent 29c26e8c89
commit 00b7c6482f
2 changed files with 0 additions and 55 deletions

View File

@@ -1,7 +1,6 @@
use crate::error::RogError;
use crate::{config::Config, GetSupported};
use log::{info, warn};
use rog_profiles::error::ProfileError;
use rog_profiles::profiles::Profile;
use rog_types::supported::FanCpuSupportedFunctions;
use std::sync::Arc;