diff options
Diffstat (limited to 'include/zmq.hpp')
-rw-r--r-- | include/zmq.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/zmq.hpp b/include/zmq.hpp index 813535f..2189e81 100644 --- a/include/zmq.hpp +++ b/include/zmq.hpp @@ -62,13 +62,6 @@ namespace zmq return rc; } - inline void device (int device_, void * insocket_, void* outsocket_) - { - int rc = zmq_device (device_, insocket_, outsocket_); - if (rc != 0) - throw error_t (); - } - class message_t : private zmq_msg_t { friend class socket_t; |