Don't pass flags to xsend method

This commit is contained in:
Martin Hurton
2012-11-09 17:08:03 +01:00
parent 793895c477
commit 7865f96e97
24 changed files with 43 additions and 52 deletions

View File

@@ -140,11 +140,8 @@ void zmq::router_t::xwrite_activated (pipe_t *pipe_)
it->second.active = true;
}
int zmq::router_t::xsend (msg_t *msg_, int flags_)
int zmq::router_t::xsend (msg_t *msg_)
{
// flags_ is unused
(void)flags_;
// If this is the first part of the message it's the ID of the
// peer to send the message to.
if (!more_out) {