zyfeier commented on code in PR #8505:
URL: https://github.com/apache/nuttx/pull/8505#discussion_r1104371567


##########
sched/pthread/pthread_join.c:
##########
@@ -122,6 +114,8 @@ int pthread_join(pthread_t thread, FAR pthread_addr_t 
*pexit_value)
     {
       /* Determine what kind of error to return */
 
+      FAR struct tcb_s *tcb = nxsched_get_tcb((pthread_t)thread);

Review Comment:
   It's not necessary, i'll remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to