mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 23:33:31 +08:00
rtems: Remove unused event_condition member
This commit is contained in:
@@ -212,8 +212,6 @@ typedef struct {
|
||||
typedef struct {
|
||||
/** This field contains the pending events for this task. */
|
||||
rtems_event_set pending_events;
|
||||
/** This field contains the event wait condition for this task. */
|
||||
rtems_event_set event_condition;
|
||||
/** This field contains the Classic API Signal information for this task. */
|
||||
ASR_Information Signal;
|
||||
/**
|
||||
|
||||
@@ -65,7 +65,6 @@ static bool _RTEMS_tasks_Create_extension(
|
||||
created->API_Extensions[ THREAD_API_RTEMS ] = api;
|
||||
|
||||
api->pending_events = EVENT_SETS_NONE_PENDING;
|
||||
api->event_condition = 0;
|
||||
_ASR_Initialize( &api->Signal );
|
||||
created->task_variables = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user