diff options
Diffstat (limited to 'src/zmq_connecter.hpp')
-rw-r--r-- | src/zmq_connecter.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zmq_connecter.hpp b/src/zmq_connecter.hpp index 7a516f0..3af78cb 100644 --- a/src/zmq_connecter.hpp +++ b/src/zmq_connecter.hpp @@ -23,7 +23,6 @@ #include "own.hpp" #include "io_object.hpp" #include "tcp_connecter.hpp" -#include "options.hpp" #include "stdint.hpp" namespace zmq @@ -75,9 +74,6 @@ namespace zmq // Reference to the session we belong to. class session_t *session; - // Associated socket options. - options_t options; - zmq_connecter_t (const zmq_connecter_t&); void operator = (const zmq_connecter_t&); }; |