mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 02:42:58 +01:00
Remove obsolete assert from pgm_socket.cpp
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
d0c8edde35
commit
2970d6c30b
@ -690,7 +690,6 @@ int zmq::pgm_socket_t::compute_sqns (int tpdu_)
|
||||
|
||||
// Translate the size into number of packets.
|
||||
uint64_t sqns = size / tpdu_;
|
||||
zmq_assert (sqns >= 0);
|
||||
|
||||
// Buffer should be able to contain at least one packet.
|
||||
if (sqns == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user