diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-03-14 07:11:30 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-03-14 07:11:30 +0100 |
commit | 2970d6c30b1f57e9a75d46982378b103899bddbc (patch) | |
tree | ff835bf1625eab293f4073c20f758962eff6b5e5 | |
parent | d0c8edde3596f512d629c6b075289ebe86488ea9 (diff) |
Remove obsolete assert from pgm_socket.cpp
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | src/pgm_socket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pgm_socket.cpp b/src/pgm_socket.cpp index f57c5cb..f253c76 100644 --- a/src/pgm_socket.cpp +++ b/src/pgm_socket.cpp @@ -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) |