mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 10:59:34 +00:00
cov 10390: remove pointless assert.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2837 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
43d4f9d040
commit
25a3d310ac
@ -261,7 +261,6 @@ static inline unsigned int sq_item_get (
|
||||
// sq_position = (sq->head - sq->head_seqid + seq_id) % sq->size;
|
||||
//printf ("sq_position = %x\n", sq_position);
|
||||
//printf ("ITEMGET %d %d %d %d\n", sq_position, sq->head, sq->head_seqid, seq_id);
|
||||
assert (sq_position >= 0);
|
||||
if (sq->items_inuse[sq_position] == 0) {
|
||||
return (ENOENT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user