sched: Remove unused TLS member from task_group_s
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
e5dafc825d
commit
95cb33dbf5
1 changed files with 0 additions and 6 deletions
|
|
@ -537,12 +537,6 @@ struct task_group_s
|
|||
|
||||
FAR struct task_info_s *tg_info;
|
||||
|
||||
#if CONFIG_TLS_NELEM > 0
|
||||
tls_ndxset_t tg_tlsset; /* Set of TLS indexes allocated */
|
||||
|
||||
tls_dtor_t tg_tlsdestr[CONFIG_TLS_NELEM]; /* List of TLS destructors */
|
||||
#endif
|
||||
|
||||
/* POSIX Signal Control Fields ********************************************/
|
||||
|
||||
sq_queue_t tg_sigactionq; /* List of actions for signals */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue