From 63b55af0b5ffda95ee76638a0d99346abec77401 Mon Sep 17 00:00:00 2001 From: lvs1974 Date: Fri, 2 Dec 2022 08:42:03 +0100 Subject: [PATCH] Fix Clang static analiser' warning --- HibernationFixup/kern_hbfx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/HibernationFixup/kern_hbfx.cpp b/HibernationFixup/kern_hbfx.cpp index a1a5ec5..8b23979 100644 --- a/HibernationFixup/kern_hbfx.cpp +++ b/HibernationFixup/kern_hbfx.cpp @@ -448,7 +448,6 @@ IOReturn HBFX::X86PlatformPlugin_sleepPolicyHandler(void * target, IOPMSystemSle { DBGLOG("HBFX", "%02d.%02d.%04d %02d:%02d:%02d: Auto hibernate: %d seconds to standby, cancel hibernate", tm.tm_mday, tm.tm_mon, tm.tm_year, tm.tm_hour, tm.tm_min, tm.tm_sec, vars->standbyTimer); - setupHibernate = false; return result; } else