mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
Fix an error when compiled with debug enabled
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user