From 61ad236e9543a569fe066872a5fda4fa40ea7591 Mon Sep 17 00:00:00 2001
From: Martin Sustrik <sustrik@250bpm.com>
Date: Sat, 13 Mar 2010 14:40:10 +0100
Subject: ZMQ_NOFLUSH and zmq_flush obsoleted

---
 include/zmq.hpp | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'include')

diff --git a/include/zmq.hpp b/include/zmq.hpp
index 3ddc043..6228133 100644
--- a/include/zmq.hpp
+++ b/include/zmq.hpp
@@ -236,13 +236,6 @@ namespace zmq
             throw error_t ();
         }
 
-        inline void flush ()
-        {
-            int rc = zmq_flush (ptr);
-            if (rc != 0)
-                throw error_t ();
-        }
-
         inline bool recv (message_t *msg_, int flags_ = 0)
         {
             int rc = zmq_recv (ptr, msg_, flags_);
-- 
cgit v1.2.3