From 6c99abd14fde3c41b8b47af70ed650264a2ac59a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Oct 2017 11:42:45 +0200 Subject: score: Remove unused function declaration --- cpukit/score/include/rtems/score/threadimpl.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index 7fe06e7a83..60c7759e09 100644 --- a/cpukit/score/include/rtems/score/threadimpl.h +++ b/cpukit/score/include/rtems/score/threadimpl.h @@ -358,21 +358,6 @@ void _Thread_Global_construction( const Thread_Entry_information *entry ) RTEMS_NO_RETURN; -/** - * @brief Ended the delay of a thread. - * - * This routine is invoked when a thread must be unblocked at the - * end of a time based delay (i.e. wake after or wake when). - * It is called by the watchdog handler. - * - * @param[in] id is the thread id - * @param[in] ignored is not used - */ -void _Thread_Delay_ended( - Objects_Id id, - void *ignored -); - RTEMS_INLINE_ROUTINE void _Thread_State_acquire_critical( Thread_Control *the_thread, ISR_lock_Context *lock_context -- cgit v1.2.3