From 2ba2743f066742fe05b49707c86897b7ad9b247d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jun 2014 14:50:33 +0200 Subject: score: Delete _Thread_Set_transient() --- cpukit/score/include/rtems/score/threadimpl.h | 16 ---------------- 1 file changed, 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 @@ -267,22 +267,6 @@ void _Thread_Set_state( States_Control 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. * -- cgit v1.2.3