[PATCH 17/20] rtems: Remove unused EVENT_CURRENT

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Nov 20 11:15:23 UTC 2020


---
 cpukit/include/rtems/rtems/eventimpl.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/cpukit/include/rtems/rtems/eventimpl.h b/cpukit/include/rtems/rtems/eventimpl.h
index 141ea46082..9ccee0adbd 100644
--- a/cpukit/include/rtems/rtems/eventimpl.h
+++ b/cpukit/include/rtems/rtems/eventimpl.h
@@ -32,12 +32,6 @@ extern "C" {
  * @{
  */
 
-/**
- *  This constant is passed as the event_in to the
- *  rtems_event_receive directive to determine which events are pending.
- */
-#define EVENT_CURRENT  0
-
 /**
  *  The following constant is the value of an event set which
  *  has no events pending.
-- 
2.26.2



More information about the devel mailing list