score: Delete unused Thread_queue_Timeout_callout

This commit is contained in:
Sebastian Huber
2015-04-30 15:26:23 +02:00
parent a8e4352e6a
commit c639cf2378

View File

@@ -39,15 +39,6 @@ typedef void ( *Thread_queue_Flush_callout )(
Thread_Control *
);
/**
* The following type defines the callout used for timeout processing
* methods.
*/
typedef void ( *Thread_queue_Timeout_callout )(
Objects_Id,
void *
);
/**
* @brief Gets a pointer to a thread waiting on the_thread_queue.
*