mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-17 19:25:55 +02:00
Revert "fix warn unused"
- anonymous contributor
This reverts commit 7b7d404269
.
This commit is contained in:
@@ -248,7 +248,6 @@ void zmq::session_base_t::write_activated (pipe_t *pipe_)
|
||||
|
||||
void zmq::session_base_t::hiccuped (pipe_t *pipe_)
|
||||
{
|
||||
((void)pipe_);
|
||||
// Hiccups are always sent from session to socket, not the other
|
||||
// way round.
|
||||
zmq_assert (false);
|
||||
|
Reference in New Issue
Block a user