Fix an error when compiled with debug enabled

This commit is contained in:
Gregory Nutt 2014-09-30 08:06:37 -06:00
parent 71b574f26c
commit 55be11b406
1 changed files with 0 additions and 2 deletions

View File

@ -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)