Revert "fix warn unused"

- anonymous contributor

This reverts commit 7b7d404269.
This commit is contained in:
Pieter Hintjens
2012-02-14 17:09:47 -06:00
parent b2e9347372
commit afe8cd503f
22 changed files with 2 additions and 48 deletions

View File

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