From c3d8d9e0bf8b86d7ca8a51adbf1bbeaaf69f82cf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 May 2016 06:55:49 +0200 Subject: score: Get rid of mp_id parameter Get rid of the mp_id parameter used for some thread queue methods. Use THREAD_QUEUE_QUEUE_TO_OBJECT() instead. --- cpukit/score/include/rtems/score/thread.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 8672fddfd2..ee19c0430f 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -403,12 +403,6 @@ typedef struct { */ Thread_queue_MP_callout thread_queue_callout; - /** - * @brief Thread queue object identifier for - * _Thread_queue_Enqueue_critical(). - */ - Objects_Id thread_queue_id; - /** * @brief This field is used to manage the set of active proxies in the system. */ -- cgit v1.2.3