From f8657bbd319790504b7eae739943a366b7db3c9a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 30 Oct 2012 16:17:25 +0100 Subject: rtems: Remove unused event_condition member --- cpukit/rtems/src/tasks.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/rtems/src/tasks.c') diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c index 663a02c061..d8b80f453c 100644 --- a/cpukit/rtems/src/tasks.c +++ b/cpukit/rtems/src/tasks.c @@ -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; -- cgit v1.2.3