summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {