incubator-nuttx/fs/mqueue
YAMAMOTO Takashi e22dffba8e fs/mqueue/mq_close.c: Remove a redundant assignment
Found by clang-check:

mqueue/mq_close.c:127:21: warning: Value stored to 'rtcb' during its initialization is never read
  FAR struct tcb_s *rtcb = (FAR struct tcb_s *)nxsched_self();
                    ^~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
2020-07-30 16:16:21 +02:00
..
Kconfig Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
Make.defs Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueue 2014-09-29 13:35:32 -06:00
mq_close.c fs/mqueue/mq_close.c: Remove a redundant assignment 2020-07-30 16:16:21 +02:00
mq_open.c mqueue: Add nxmq_open/nxmq_close/nxmq_unlink function 2020-05-04 07:20:02 -06:00
mq_unlink.c mqueue: Add nxmq_open/nxmq_close/nxmq_unlink function 2020-05-04 07:20:02 -06:00
mqueue.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00