summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-30 08:06:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-30 08:06:37 -0600
commit6b90c9d96850cce793175df15463bd6a435d29ea (patch)
treebd2051cb7ded5ad7ae06af40d5cf01faf3d9c696
parent987701852b3069e2dc33380fb7816387189eed8e (diff)
downloadpx4-nuttx-6b90c9d96850cce793175df15463bd6a435d29ea.tar.gz
px4-nuttx-6b90c9d96850cce793175df15463bd6a435d29ea.tar.bz2
px4-nuttx-6b90c9d96850cce793175df15463bd6a435d29ea.zip
Fix an error when compiled with debug enabled
-rw-r--r--nuttx/fs/mqueue/mq_close.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/fs/mqueue/mq_close.c b/nuttx/fs/mqueue/mq_close.c
index f5548345c..ab5a90711 100644
--- a/nuttx/fs/mqueue/mq_close.c
+++ b/nuttx/fs/mqueue/mq_close.c
@@ -106,8 +106,6 @@ int mq_close(mqd_t mqdes)
FAR struct mqueue_inode_s *msgq;
FAR struct inode *inode;
- DEBUGASSERT(group);
-
/* Verify the inputs */
if (mqdes)