From 92f9136ca6c69d2d1588ff5ff65e668e40e0f7eb Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 10 Sep 2010 13:11:08 +0200 Subject: lefover assert removed --- src/lb.cpp | 3 --- 1 file changed, 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) { -- cgit v1.2.3