diff --git a/include/corosync/sq.h b/include/corosync/sq.h index 99f953bb..aa5bc1e0 100644 --- a/include/corosync/sq.h +++ b/include/corosync/sq.h @@ -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); }