summaryrefslogtreecommitdiff
path: root/src/lb.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-09-10 13:11:08 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-10 13:11:08 +0200
commit92f9136ca6c69d2d1588ff5ff65e668e40e0f7eb (patch)
tree1195c46f329b9aadb54fd3d1c9b6f4e0c90161dd /src/lb.cpp
parenta68e6739f4248e25a0f9a64c89729f55dfacb842 (diff)
lefover assert removed
Diffstat (limited to 'src/lb.cpp')
-rw-r--r--src/lb.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lb.cpp b/src/lb.cpp
index 7a28d47..e0c2c04 100644
--- a/src/lb.cpp
+++ b/src/lb.cpp
@@ -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) {