summaryrefslogtreecommitdiff
path: root/src/downstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/downstream.cpp')
-rw-r--r--src/downstream.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/downstream.cpp b/src/downstream.cpp
index ca614d8..4074a9e 100644
--- a/src/downstream.cpp
+++ b/src/downstream.cpp
@@ -83,16 +83,6 @@ int zmq::downstream_t::xsend (zmq_msg_t *msg_, int flags_)
return lb.send (msg_, flags_);
}
-int zmq::downstream_t::xflush ()
-{
- // TODO: Maybe there's a point in flushing messages downstream.
- // It may be useful in the case where number of messages in a single
- // transaction is much greater than the number of attached pipes.
- errno = ENOTSUP;
- return -1;
-
-}
-
int zmq::downstream_t::xrecv (zmq_msg_t *msg_, int flags_)
{
errno = ENOTSUP;