summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/msgmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/msgmp.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/msgmp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/msgmp.h b/cpukit/rtems/include/rtems/rtems/msgmp.h
index 436e287497..48f872aca5 100644
--- a/cpukit/rtems/include/rtems/rtems/msgmp.h
+++ b/cpukit/rtems/include/rtems/rtems/msgmp.h
@@ -122,18 +122,6 @@ rtems_status_code _Message_queue_MP_Send_request_packet (
);
/**
- * @brief _Message_queue_MP_Send_response_packet
- *
- * This routine performs a remote procedure call so that a
- * directive can be performed on another node.
- */
-void _Message_queue_MP_Send_response_packet (
- Message_queue_MP_Remote_operations operation,
- Objects_Id message_queue_id,
- Thread_Control *the_thread
-);
-
-/**
*
* @brief _Message_queue_MP_Process_packet
*