From c639cf2378104b268a63bd5eb54a876eaede7a76 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 30 Apr 2015 15:26:23 +0200 Subject: score: Delete unused Thread_queue_Timeout_callout --- cpukit/score/include/rtems/score/threadqimpl.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cpukit/score/include/rtems/score/threadqimpl.h b/cpukit/score/include/rtems/score/threadqimpl.h index f5c59d3d52..6eac3643f4 100644 --- a/cpukit/score/include/rtems/score/threadqimpl.h +++ b/cpukit/score/include/rtems/score/threadqimpl.h @@ -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. * -- cgit v1.2.3