Remove a comment that was part of copied code, and is misleading in

the new location.
This commit is contained in:
Jamie Gritton 2016-06-09 15:34:33 +00:00
parent 5cc0844d4b
commit 5f02f22af1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301737

View File

@ -320,12 +320,6 @@ msgunload()
#endif
for (msqid = 0; msqid < msginfo.msgmni; msqid++) {
/*
* Look for an unallocated and unlocked msqid_ds.
* msqid_ds's can be locked by msgsnd or msgrcv while
* they are copying the message in/out. We can't
* re-use the entry until they release it.
*/
msqkptr = &msqids[msqid];
if (msqkptr->u.msg_qbytes != 0 ||
(msqkptr->u.msg_perm.mode & MSG_LOCKED) != 0)