summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/rtems/score/tqdata.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/inline/rtems/score/tqdata.inl16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/exec/score/inline/rtems/score/tqdata.inl b/c/src/exec/score/inline/rtems/score/tqdata.inl
index 901cdcc2ba..233c02ce3a 100644
--- a/c/src/exec/score/inline/rtems/score/tqdata.inl
+++ b/c/src/exec/score/inline/rtems/score/tqdata.inl
@@ -54,22 +54,6 @@ RTEMS_INLINE_ROUTINE boolean _Thread_queue_Is_reverse_search (
/*PAGE
*
- * _Thread_queue_Get_number_waiting
- *
- * DESCRIPTION:
- *
- * This function returns the number of threads waiting on this thread queue.
- */
-
-RTEMS_INLINE_ROUTINE unsigned32 _Thread_queue_Get_number_waiting (
- Thread_queue_Control *the_thread_queue
-)
-{
- return ( the_thread_queue->count );
-}
-
-/*PAGE
- *
* _Thread_queue_Enter_critical_section
*
* DESCRIPTION: