summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/mp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 14:07:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-15 07:41:35 +0100
commite01b184350d2b85290ca263e869d7fc7478de718 (patch)
treed31a3f0e57d3cf4bc08340110440ae9261ea43cd /cpukit/rtems/include/rtems/rtems/mp.h
parentposix: Store unblocked signals (diff)
downloadrtems-e01b184350d2b85290ca263e869d7fc7478de718.tar.bz2
rtems: Delete empty function
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/mp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/mp.h b/cpukit/rtems/include/rtems/rtems/mp.h
index da8c11446c..f1b93b6751 100644
--- a/cpukit/rtems/include/rtems/rtems/mp.h
+++ b/cpukit/rtems/include/rtems/rtems/mp.h
@@ -36,13 +36,6 @@ extern "C" {
#endif
/**
- * @brief Multiprocessing Manager Initialization
- *
- * This routine performs the initialization necessary for this manager.
- */
-void _Multiprocessing_Manager_initialization ( void );
-
-/**
* @brief RTEMS Multiprocessing Announce
*
* This routine implements the MULTIPROCESSING_ANNOUNCE directive.