sched/clock: Remove TIMER_MASK32 from clock.h

since it isn't used anymore

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2026-05-08 18:32:57 +08:00
committed by Xiang Xiao
parent 4f6e695f7c
commit 9a84223c1e
-4
View File
@@ -39,10 +39,6 @@
* Pre-processor Definitions
****************************************************************************/
/* 32-bit mask for 64-bit timer values */
#define TIMER_MASK32 0x00000000ffffffff
/* Configuration ************************************************************/
/* If CONFIG_SYSTEM_TIME64 is selected and the CPU supports long long types,