[rtems commit] rtems: Remove unused EVENT_CURRENT

Sebastian Huber sebh at rtems.org
Mon Nov 23 09:42:22 UTC 2020


Module:    rtems
Branch:    master
Commit:    422b00319a7b30244b833612b39e0c0c29d32848
Changeset: http://git.rtems.org/rtems/commit/?id=422b00319a7b30244b833612b39e0c0c29d32848

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct 14 11:01:32 2020 +0200

rtems: Remove unused EVENT_CURRENT

---

 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 141ea46..9ccee0a 100644
--- a/cpukit/include/rtems/rtems/eventimpl.h
+++ b/cpukit/include/rtems/rtems/eventimpl.h
@@ -33,12 +33,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.
  */



More information about the vc mailing list