From 61ad236e9543a569fe066872a5fda4fa40ea7591 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 13 Mar 2010 14:40:10 +0100 Subject: ZMQ_NOFLUSH and zmq_flush obsoleted --- src/xreq.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/xreq.cpp') diff --git a/src/xreq.cpp b/src/xreq.cpp index 484ee97..66e5cc3 100644 --- a/src/xreq.cpp +++ b/src/xreq.cpp @@ -80,13 +80,6 @@ int zmq::xreq_t::xsend (zmq_msg_t *msg_, int flags_) return lb.send (msg_, flags_); } -int zmq::xreq_t::xflush () -{ - // TODO: Implement flushing. - zmq_assert (false); - return -1; -} - int zmq::xreq_t::xrecv (zmq_msg_t *msg_, int flags_) { return fq.recv (msg_, flags_); -- cgit v1.2.3