sched: Remove unused TLS member from task_group_s

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2021-07-18 19:42:06 +08:00 committed by Xiang Xiao
parent e5dafc825d
commit 95cb33dbf5

View file

@ -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 */