mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-07 22:37:41 +01:00
Merge pull request #331 from hurtonm/code_cleanup
socket_base: process_unplug () is not used, remove it
This commit is contained in:
commit
9098f4d655
@ -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
|
|||||||
// 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user