summaryrefslogtreecommitdiff
path: root/nuttx/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/time.h')
-rw-r--r--nuttx/include/time.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/nuttx/include/time.h b/nuttx/include/time.h
index fae948402..7a76b7ef2 100644
--- a/nuttx/include/time.h
+++ b/nuttx/include/time.h
@@ -73,16 +73,6 @@
#define CLOCK_REALTIME 0
-/* Non-standard. Returns active UTC time, which is disabled during
- * power down modes. Unit is 1 second.
- */
-
-#ifdef CONFIG_SYSTEM_UTC
-# define CLOCK_ACTIVETIME 1
-#endif
-
-#define CLOCK_ABSTIME
-
/* This is a flag that may be passed to the timer_settime() function */
#define TIMER_ABSTIME 1