Commit 394a2485 authored by Martin Hurton's avatar Martin Hurton

socket_base: process_unplug () is not used, remove it

parent 16ec2868
...@@ -837,10 +837,6 @@ void zmq::socket_base_t::process_bind (pipe_t *pipe_) ...@@ -837,10 +837,6 @@ void zmq::socket_base_t::process_bind (pipe_t *pipe_)
attach_pipe (pipe_); attach_pipe (pipe_);
} }
void zmq::socket_base_t::process_unplug ()
{
}
void zmq::socket_base_t::process_term (int linger_) void zmq::socket_base_t::process_term (int linger_)
{ {
// Unregister all inproc endpoints associated with this socket. // Unregister all inproc endpoints associated with this socket.
......
...@@ -180,7 +180,6 @@ namespace zmq ...@@ -180,7 +180,6 @@ namespace zmq
// Handlers for incoming commands. // Handlers for incoming commands.
void process_stop (); void process_stop ();
void process_bind (zmq::pipe_t *pipe_); void process_bind (zmq::pipe_t *pipe_);
void process_unplug ();
void process_term (int linger_); void process_term (int linger_);
// Socket's mailbox object. // 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