From 3f4454b6863443f68bc16814f5cfe1fe4002461a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 May 2023 12:11:52 -0500 Subject: _TOD_Adjust method is unused. Remove it. Use of this method was likely eliminated during the rework to use FreeBSD bintime/sbintime. Close #4905. --- cpukit/include/rtems/score/todimpl.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cpukit/include') 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 @@ -381,21 +381,6 @@ static inline void _TOD_Get_timeval( _Timecounter_Microtime( time ); } -/** - * @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 * -- cgit v1.2.3