summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 11:42:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 11:42:45 +0200
commit6c99abd14fde3c41b8b47af70ed650264a2ac59a (patch)
tree8e71fd216368efe3c489414f4849d77edcadf2c1
parentada-tests: Move to testsuites/ada (diff)
downloadrtems-6c99abd14fde3c41b8b47af70ed650264a2ac59a.tar.bz2
score: Remove unused function declaration
-rw-r--r--cpukit/score/include/rtems/score/threadimpl.h15
1 files changed, 0 insertions, 15 deletions
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