Skip to content
Snippets Groups Projects
Commit 55be11b4 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix an error when compiled with debug enabled

parent 71b574f2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment