This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.12
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.12 by this push:
new e8ec88e2c49 sched/clock: Remove unnecessary preprocessor definition
e8ec88e2c49 is described below
commit e8ec88e2c49e6a9183e4e9fa033bdadd92fe6f1b
Author: wangchengdong <[email protected]>
AuthorDate: Thu Dec 11 20:22:37 2025 +0800
sched/clock: Remove unnecessary preprocessor definition
Remove an unnecessary preprocessor definition in clock_systime_ticks.c.
Signed-off-by: Chengdong Wang <[email protected]>
---
sched/clock/clock_systime_ticks.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/sched/clock/clock_systime_ticks.c
b/sched/clock/clock_systime_ticks.c
index debad32b7e0..e80dd318c0c 100644
--- a/sched/clock/clock_systime_ticks.c
+++ b/sched/clock/clock_systime_ticks.c
@@ -34,14 +34,6 @@
#include "clock/clock.h"
-/****************************************************************************
- * Pre-processor Definitions
- ****************************************************************************/
-
-/* See nuttx/clock.h */
-
-#undef clock_systime_ticks
-
/****************************************************************************
* Public Functions
****************************************************************************/