Commit 9098f4d6 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #331 from hurtonm/code_cleanup

socket_base: process_unplug () is not used, remove it
parents dd3eb08d 394a2485
......@@ -837,10 +837,6 @@ void zmq::socket_base_t::process_bind (pipe_t *pipe_)
attach_pipe (pipe_);
}
void zmq::socket_base_t::process_unplug ()
{
}
void zmq::socket_base_t::process_term (int linger_)
{
// Unregister all inproc endpoints associated with this socket.
......
......@@ -180,7 +180,6 @@ namespace zmq
// Handlers for incoming commands.
void process_stop ();
void process_bind (zmq::pipe_t *pipe_);
void process_unplug ();
void process_term (int linger_);
// Socket's mailbox object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment