This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 273578f658c sched/clock: Remove unnecessary preprocessor definition
273578f658c is described below

commit 273578f658cb76227bfd4c3a1926f9fe218e33e2
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
  ****************************************************************************/

Reply via email to