summaryrefslogtreecommitdiff
path: root/src/tcp_connecter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcp_connecter.hpp')
-rw-r--r--src/tcp_connecter.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tcp_connecter.hpp b/src/tcp_connecter.hpp
index 524e9cc..41f2c93 100644
--- a/src/tcp_connecter.hpp
+++ b/src/tcp_connecter.hpp
@@ -30,9 +30,6 @@
namespace zmq
{
- // A base class for different connecters. It handles auto-reconnection
- // on behalf of the derived class.
-
class tcp_connecter_t : public own_t, public io_object_t
{
public: