summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-30 15:26:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-30 15:26:23 +0200
commitc639cf2378104b268a63bd5eb54a876eaede7a76 (patch)
tree7b9a5de6ffd45dcdf1ebe358756ac1efc3b7a91e
parentlibmisc/cpuuse: Top support for current load. (diff)
downloadrtems-c639cf2378104b268a63bd5eb54a876eaede7a76.tar.bz2
score: Delete unused Thread_queue_Timeout_callout
-rw-r--r--cpukit/score/include/rtems/score/threadqimpl.h9
1 files changed, 0 insertions, 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
@@ -40,15 +40,6 @@ typedef void ( *Thread_queue_Flush_callout )(
);
/**
- * 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.
*
* This function returns a pointer to a thread waiting on