summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/partmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/partmp.h')
-rw-r--r--cpukit/include/rtems/rtems/partmp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/include/rtems/rtems/partmp.h b/cpukit/include/rtems/rtems/partmp.h
index b9eaa08b8c..5fffd68480 100644
--- a/cpukit/include/rtems/rtems/partmp.h
+++ b/cpukit/include/rtems/rtems/partmp.h
@@ -122,18 +122,6 @@ void _Partition_MP_Process_packet (
* cannot be deleted when buffers are in use.
*/
-/**
- * @brief Partition_MP_Send_extract_proxy
- *
- * This routine is invoked when a task is deleted and it
- * has a proxy which must be removed from a thread queue and
- * the remote node must be informed of this.
- */
-void _Partition_MP_Send_extract_proxy (
- Thread_Control *the_thread,
- Objects_Id id
-);
-
#ifdef __cplusplus
}
#endif