summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2023-05-15 12:11:52 -0500
committerJoel Sherrill <joel@rtems.org>2023-05-16 08:40:51 -0500
commit3f4454b6863443f68bc16814f5cfe1fe4002461a (patch)
tree17e89e271df502d3c31910695941bbfcf02f7909 /cpukit/include/rtems/score
parentaarch64/versal: Fix uart interrupt issues (diff)
downloadrtems-3f4454b6863443f68bc16814f5cfe1fe4002461a.tar.bz2
_TOD_Adjust method is unused. Remove it.
Use of this method was likely eliminated during the rework to use FreeBSD bintime/sbintime. Close #4905.
Diffstat (limited to 'cpukit/include/rtems/score')
-rw-r--r--cpukit/include/rtems/score/todimpl.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/include/rtems/score/todimpl.h b/cpukit/include/rtems/score/todimpl.h
index ce75ff681f..565e047c7f 100644
--- a/cpukit/include/rtems/score/todimpl.h
+++ b/cpukit/include/rtems/score/todimpl.h
@@ -382,21 +382,6 @@ static inline void _TOD_Get_timeval(
}
/**
- * @brief Adjusts the Time of Time.
- *
- * This method is used to adjust the current time of day by the
- * specified amount.
- *
- * @param delta is the amount to adjust.
- *
- * @retval STATUS_SUCCESSFUL Successful operation.
- * @retval other Some error occurred.
- */
-Status_Control _TOD_Adjust(
- const struct timespec *delta
-);
-
-/**
* @brief Check if the TOD is Set
*
* @retval true The time is set.