summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/rtems/score/tod.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/inline/rtems/score/tod.inl')
-rw-r--r--c/src/exec/score/inline/rtems/score/tod.inl15
1 files changed, 0 insertions, 15 deletions
diff --git a/c/src/exec/score/inline/rtems/score/tod.inl b/c/src/exec/score/inline/rtems/score/tod.inl
index 17e7f014e8..5fa9193419 100644
--- a/c/src/exec/score/inline/rtems/score/tod.inl
+++ b/c/src/exec/score/inline/rtems/score/tod.inl
@@ -19,21 +19,6 @@
/*PAGE
*
- * _TOD_Is_set
- *
- * DESCRIPTION:
- *
- * This function returns TRUE if the application has set the current
- * time of day, and FALSE otherwise.
- */
-
-RTEMS_INLINE_ROUTINE boolean _TOD_Is_set( void )
-{
- return _Watchdog_Is_active( &_TOD_Seconds_watchdog );
-}
-
-/*PAGE
- *
* _TOD_Tickle_ticks
*
* DESCRIPTION: