Resolve LIBZMQ-465

This commit is contained in:
Martin Hurton
2012-11-10 23:05:10 +01:00
parent 99f714445f
commit c543b2ce8c
9 changed files with 35 additions and 28 deletions

View File

@@ -58,11 +58,6 @@ void zmq::v1_decoder_t::set_msg_sink (i_msg_sink *msg_sink_)
msg_sink = msg_sink_;
}
bool zmq::v1_decoder_t::stalled () const
{
return next == &v1_decoder_t::message_ready;
}
bool zmq::v1_decoder_t::flags_ready ()
{
msg_flags = 0;