diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 09:00:28 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 09:00:28 +0100 |
commit | 4016b657973bba87caf75168ba70aaa85d556487 (patch) | |
tree | c2abaf9284f55964bea72a0b76f6b79070335858 /src/xrep.cpp | |
parent | 978e33ba253a997b41b331b449b474a5cee7bccc (diff) |
Imported Upstream version 2.1.11upstream/2.1.11
Diffstat (limited to 'src/xrep.cpp')
-rw-r--r-- | src/xrep.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xrep.cpp b/src/xrep.cpp index ac4150d..c60d6a6 100644 --- a/src/xrep.cpp +++ b/src/xrep.cpp @@ -218,7 +218,6 @@ int zmq::xrep_t::xsend (zmq_msg_t *msg_, int flags_) int rc = zmq_msg_close (msg_); zmq_assert (rc == 0); } - // Detach the message from the data buffer. int rc = zmq_msg_init (msg_); zmq_assert (rc == 0); |