Commit 2970d6c3 authored by Martin Sustrik's avatar Martin Sustrik

Remove obsolete assert from pgm_socket.cpp

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent d0c8edde
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment