summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadmp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/threadmp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/threadmp.h b/cpukit/score/include/rtems/score/threadmp.h
index 6b0ced7307..d187f69398 100644
--- a/cpukit/score/include/rtems/score/threadmp.h
+++ b/cpukit/score/include/rtems/score/threadmp.h
@@ -62,14 +62,6 @@ Thread_Control *_Thread_MP_Find_proxy (
Objects_Id the_id
);
-/** @brief Pointer to MP Thread Control Block
- *
- * The following is used to determine when the multiprocessing receive
- * thread is executing so that a proxy can be allocated instead of
- * blocking the multiprocessing receive thread.
- */
-SCORE_EXTERN Thread_Control *_Thread_MP_Receive;
-
/** @brief Active Proxy Set
*
* The following chain is used to manage the active set proxies.