monitor: remove POWER_THERMAL_CRITICAL_FAULT PEL message
This message has been deprecated due to the removal of the PowerFault
bit.
Signed-off-by: Mike Capps <mikepcapps@gmail.com>
Change-Id: I730dca008d15f5b985a3c2006e164edba53330c6
diff --git a/monitor/fan_error.cpp b/monitor/fan_error.cpp
index ebb7f08..15d8ed0 100644
--- a/monitor/fan_error.cpp
+++ b/monitor/fan_error.cpp
@@ -113,7 +113,6 @@
// implementations for service reasons.
if (isPowerOffError)
{
- ad.emplace("POWER_THERMAL_CRITICAL_FAULT", "TRUE");
ad.emplace("SEVERITY_DETAIL", "SYSTEM_TERM");
}
diff --git a/sensor-monitor/shutdown_alarm_monitor.cpp b/sensor-monitor/shutdown_alarm_monitor.cpp
index b49b183..1a75e5f 100644
--- a/sensor-monitor/shutdown_alarm_monitor.cpp
+++ b/sensor-monitor/shutdown_alarm_monitor.cpp
@@ -438,7 +438,6 @@
// implementations for service reasons.
if (isPowerOffError)
{
- ad.emplace("POWER_THERMAL_CRITICAL_FAULT", "TRUE");
ad.emplace("SEVERITY_DETAIL", "SYSTEM_TERM");
}