From 9a84223c1e17063893afd45f9145690ca71c3e16 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Fri, 8 May 2026 18:32:57 +0800 Subject: [PATCH] sched/clock: Remove TIMER_MASK32 from clock.h since it isn't used anymore Signed-off-by: Xiang Xiao --- sched/clock/clock.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sched/clock/clock.h b/sched/clock/clock.h index 71b80297b09..4ea585f3ea2 100644 --- a/sched/clock/clock.h +++ b/sched/clock/clock.h @@ -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,