summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/macros/rtems/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/macros/rtems/rtems')
-rw-r--r--cpukit/rtems/macros/rtems/rtems/event.inl19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/rtems/macros/rtems/rtems/event.inl b/cpukit/rtems/macros/rtems/rtems/event.inl
index eb956e7639..e37f6813bf 100644
--- a/cpukit/rtems/macros/rtems/rtems/event.inl
+++ b/cpukit/rtems/macros/rtems/rtems/event.inl
@@ -17,24 +17,5 @@
#ifndef __MACROS_EVENT_h
#define __MACROS_EVENT_h
-/*
- * Event_Manager_initialization
- */
-
-#define _Event_Manager_initialization() \
- do { \
- \
- _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \
- \
- /* \
- * Register the MP Process Packet routine. \
- */ \
- \
- _MPCI_Register_packet_processor( \
- MP_PACKET_EVENT, \
- _Event_MP_Process_packet \
- ); \
- } while ( 0 )
-
#endif
/* end of include file */