rtems: Remove unused EVENT_CURRENT

This commit is contained in:
Sebastian Huber
2020-10-14 11:01:32 +02:00
parent 72811c71af
commit 422b00319a

View File

@@ -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.