summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-14 11:01:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-23 10:36:46 +0100
commit422b00319a7b30244b833612b39e0c0c29d32848 (patch)
treed9ce41078d4d90971d71c589ea9a69f0ef3dc7c2
parentrtems: Canonicalize task event file documentation (diff)
downloadrtems-422b00319a7b30244b833612b39e0c0c29d32848.tar.bz2
rtems: Remove unused EVENT_CURRENT
-rw-r--r--cpukit/include/rtems/rtems/eventimpl.h6
1 files changed, 0 insertions, 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
@@ -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.
*/