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/sub.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/sub.cpp') diff --git a/src/sub.cpp b/src/sub.cpp index 4169ea5..e32e198 100644 --- a/src/sub.cpp +++ b/src/sub.cpp @@ -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, -- cgit v1.2.3