Loading...
--- Libc/Libc-997.1.1/sys/OSThermalNotification.c
+++ Libc/Libc-825.26/sys/OSThermalNotification.c
@@ -25,15 +25,9 @@
#include <libkern/OSThermalNotification.h>
#include <notify.h>
-#define OSThermalAlert "com.apple.system.thermalalert"
-#define OSThermalDecision "com.apple.system.thermaldecision"
#define OSThermalStatusName "com.apple.system.thermalstatus"
-#define OSThermalPressureLevelName "com.apple.system.thermalpressurelevel"
-const char * const kOSThermalNotificationAlert = OSThermalAlert;
-const char * const kOSThermalNotificationDecision = OSThermalDecision;
-const char * const kOSThermalNotificationName = OSThermalStatusName;
-const char * const kOSThermalNotificationPressureLevelName = OSThermalPressureLevelName;
+const char * const kOSThermalNotificationName = OSThermalStatusName;
static const char * const kOSThermalMitigationNames[kOSThermalMitigationCount] = {
OSThermalStatusName,