[rtems commit] score: Remove unused function declaration
Sebastian Huber
sebh at rtems.org
Thu Oct 12 09:43:15 UTC 2017
Module: rtems
Branch: master
Commit: 6c99abd14fde3c41b8b47af70ed650264a2ac59a
Changeset: http://git.rtems.org/rtems/commit/?id=6c99abd14fde3c41b8b47af70ed650264a2ac59a
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Oct 12 11:42:45 2017 +0200
score: Remove unused function declaration
---
cpukit/score/include/rtems/score/threadimpl.h | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index 7fe06e7..60c7759 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
More information about the vc
mailing list