summaryrefslogtreecommitdiff
path: root/src/xreq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xreq.cpp')
-rw-r--r--src/xreq.cpp7
1 files changed, 0 insertions, 7 deletions
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_);