summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/include/rtems/rtems/tasks.h')
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/tasks.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/c/src/exec/rtems/include/rtems/rtems/tasks.h b/c/src/exec/rtems/include/rtems/rtems/tasks.h
index d7147586a8..3ed495bed1 100644
--- a/c/src/exec/rtems/include/rtems/rtems/tasks.h
+++ b/c/src/exec/rtems/include/rtems/rtems/tasks.h
@@ -147,20 +147,6 @@ typedef struct {
} rtems_initialization_tasks_table;
/*
- * Per task variable structure
- */
-
-struct rtems_task_variable_tt;
-
-struct rtems_task_variable_tt {
- struct rtems_task_variable_tt *next;
- int *ptr;
- int var;
-};
-
-typedef struct rtems_task_variable_tt rtems_task_variable_t;
-
-/*
* This is the API specific information required by each thread for
* the RTEMS API to function correctly.
*/
@@ -171,7 +157,6 @@ typedef struct {
rtems_event_set pending_events;
rtems_event_set event_condition;
ASR_Information Signal;
- rtems_task_variable_t *task_variables;
} RTEMS_API_Control;
/*