mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
sched/pthread/join: remove unused joininfo
remove unused joininfo, minor issue found from code reading Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -714,7 +714,6 @@ struct pthread_tcb_s
|
||||
|
||||
pthread_trampoline_t trampoline; /* User-space pthread startup function */
|
||||
pthread_addr_t arg; /* Startup argument */
|
||||
FAR void *joininfo; /* Detach-able info to support join */
|
||||
bool join_complete; /* Join was completed */
|
||||
};
|
||||
#endif /* !CONFIG_DISABLE_PTHREAD */
|
||||
|
||||
Reference in New Issue
Block a user