Merge pull request #331 from hurtonm/code_cleanup

socket_base: process_unplug () is not used, remove it
This commit is contained in:
Pieter Hintjens 2012-04-29 22:32:57 -07:00
commit 9098f4d655
2 changed files with 0 additions and 5 deletions

View File

@ -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.

View File

@ -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.