diff options
Diffstat (limited to 'src')
-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) |