Commit 3053f7e3 authored by Ian Barber's avatar Ian Barber

Remove unnecessary condition in assert

parent 5da289cd
...@@ -916,7 +916,7 @@ void zmq::socket_base_t::xwrite_activated (pipe_t *pipe_) ...@@ -916,7 +916,7 @@ void zmq::socket_base_t::xwrite_activated (pipe_t *pipe_)
void zmq::socket_base_t::xhiccuped (pipe_t *pipe_) void zmq::socket_base_t::xhiccuped (pipe_t *pipe_)
{ {
zmq_assert ( options.delay_attach_on_connect == 1 ); zmq_assert (false);
} }
void zmq::socket_base_t::in_event () void zmq::socket_base_t::in_event ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment