summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-06-12 14:50:33 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-06-13 09:29:43 +0200
commit2ba2743f066742fe05b49707c86897b7ad9b247d (patch)
tree3ca57c694684d51040b00525f5dd37e0cc6be5f5
parenta80c3b67cafe081c21563f8f1522765a0853dcb1 (diff)
score: Delete _Thread_Set_transient()
-rw-r--r--cpukit/score/include/rtems/score/threadimpl.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index e90346c75f..829e445ab8 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/score/include/rtems/score/threadimpl.h
@@ -268,22 +268,6 @@ void _Thread_Set_state(
);
/**
- * @brief Sets the transient state for a thread.
- *
- * This routine sets the Transient state for @a the_thread. It performs
- * any necessary scheduling operations including the selection of
- * a new heir thread.
- *
- * @param[in] the_thread is the thread to preform the action upon.
- *
- * - INTERRUPT LATENCY:
- * + single case
- */
-void _Thread_Set_transient(
- Thread_Control *the_thread
-);
-
-/**
* @brief Initializes enviroment for a thread.
*
* This routine initializes the context of @a the_thread to its