diff options
Diffstat (limited to 'thermal/thermal-helper.h')
| -rw-r--r-- | thermal/thermal-helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/thermal/thermal-helper.h b/thermal/thermal-helper.h index 670cc3b..c864931 100644 --- a/thermal/thermal-helper.h +++ b/thermal/thermal-helper.h @@ -39,7 +39,6 @@ #include <fnmatch.h> #include <android/hardware/thermal/1.0/IThermal.h> -#include "utils/battery_threshold.h" #include "utils/cooling_devices.h" #include "utils/sensors.h" @@ -77,7 +76,6 @@ class ThermalHelper { bool fillTemperatures(hidl_vec<Temperature>* temperatures); bool fillCpuUsages(hidl_vec<CpuUsage>* cpu_usages); - bool fillBatteryThresholdDebugInfo(std::ostringstream& dump_buf); // Dissallow copy and assign. ThermalHelper(const ThermalHelper&) = delete; @@ -132,7 +130,6 @@ class ThermalHelper { ThrottlingThresholds vr_thresholds_; ThrottlingThresholds shutdown_thresholds_; const bool is_initialized_; - const BatteryThresholdLUT low_temp_threshold_adjuster_; }; } // namespace implementation |
