summaryrefslogtreecommitdiff
path: root/src/rep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rep.cpp')
-rw-r--r--src/rep.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rep.cpp b/src/rep.cpp
index 08fc31b..eaeff41 100644
--- a/src/rep.cpp
+++ b/src/rep.cpp
@@ -188,12 +188,6 @@ int zmq::rep_t::xsend (zmq_msg_t *msg_, int flags_)
return 0;
}
-int zmq::rep_t::xflush ()
-{
- errno = ENOTSUP;
- return -1;
-}
-
int zmq::rep_t::xrecv (zmq_msg_t *msg_, int flags_)
{
// Deallocate old content of the message.