summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/object.hpp b/src/object.hpp
index f146b25..e083ce3 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -55,9 +55,6 @@ namespace zmq
// the context.
void zombify_socket (class socket_base_t *socket_);
- // Dezombify particular socket, i.e. destroy it.
- void dezombify_socket (class socket_base_t *socket_);
-
// Derived object can use these functions to send commands
// to other objects.
void send_stop ();