mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
Revert "fix warn unused"
- anonymous contributor
This reverts commit 7b7d404269.
This commit is contained in:
@@ -136,7 +136,6 @@ bool zmq::xpub_t::xhas_out ()
|
||||
|
||||
int zmq::xpub_t::xrecv (msg_t *msg_, int flags_)
|
||||
{
|
||||
((void)flags_);
|
||||
// If there is at least one
|
||||
if (pending.empty ()) {
|
||||
errno = EAGAIN;
|
||||
|
||||
Reference in New Issue
Block a user