You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/11 02:45:09 UTC

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6402: sched/mqueue: minor code tuning of message queue

anchao commented on code in PR #6402:
URL: https://github.com/apache/incubator-nuttx/pull/6402#discussion_r894966774


##########
sched/mqueue/mq_send.c:
##########
@@ -70,19 +70,17 @@
 int file_mq_send(FAR struct file *mq, FAR const char *msg, size_t msglen,
                  unsigned int prio)
 {
-  FAR struct mqueue_msg_s *mqmsg = NULL;
-  FAR struct inode *inode = mq->f_inode;

Review Comment:
   Done, thank you!



-- 
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-unsubscribe@nuttx.apache.org

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