summaryrefslogtreecommitdiff
path: root/common/temp_sensor.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/temp_sensor.c')
-rw-r--r--common/temp_sensor.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/temp_sensor.c b/common/temp_sensor.c
index 8c72f1535c..55101a5345 100644
--- a/common/temp_sensor.c
+++ b/common/temp_sensor.c
@@ -117,8 +117,6 @@ int console_command_temps(int argc, char **argv)
case EC_SUCCESS:
ccprintf("%d K = %d C", t, K_TO_C(t));
#ifdef CONFIG_THROTTLE_AP
-#ifndef CONFIG_ZEPHYR
-/* TODO(b/179886912): Add thermal support */
if (thermal_params[i].temp_fan_off &&
thermal_params[i].temp_fan_max)
ccprintf(" %d%%",
@@ -126,7 +124,6 @@ int console_command_temps(int argc, char **argv)
thermal_params[i].temp_fan_off,
thermal_params[i].temp_fan_max,
t));
-#endif /* CONFIG_ZEPHYR */
#endif
ccprintf("\n");
break;