ZMQ_NOFLUSH and zmq_flush obsoleted

This commit is contained in:
Martin Sustrik
2010-03-13 14:40:10 +01:00
parent c42343d3f0
commit 61ad236e95
28 changed files with 8 additions and 162 deletions

View File

@@ -98,12 +98,6 @@ int zmq::sub_t::xsend (zmq_msg_t *msg_, int flags_)
return -1;
}
int zmq::sub_t::xflush ()
{
errno = ENOTSUP;
return -1;
}
int zmq::sub_t::xrecv (zmq_msg_t *msg_, int flags_)
{
// If there's already a message prepared by a previous call to zmq_poll,