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