Fix an error when compiled with debug enabled
This commit is contained in:
parent
71b574f26c
commit
55be11b406
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue