diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-09-10 13:11:08 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-09-10 13:11:08 +0200 |
commit | 92f9136ca6c69d2d1588ff5ff65e668e40e0f7eb (patch) | |
tree | 1195c46f329b9aadb54fd3d1c9b6f4e0c90161dd | |
parent | a68e6739f4248e25a0f9a64c89729f55dfacb842 (diff) |
lefover assert removed
-rw-r--r-- | src/lb.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -65,9 +65,6 @@ void zmq::lb_t::terminate () void zmq::lb_t::terminated (writer_t *pipe_) { - // TODO: ??? - zmq_assert (!more || pipes [current] != pipe_); - // Remove the pipe from the list; adjust number of active pipes // accordingly. if (pipes.index (pipe_) < active) { |