Simplify ZMQ_STREAM socket implementation, part II

This commit is contained in:
Martin Hurton
2013-06-28 11:24:14 +02:00
parent fe2753da0a
commit 7b27c125dc
2 changed files with 20 additions and 40 deletions

View File

@@ -68,9 +68,6 @@ namespace zmq
// Holds the prefetched message.
msg_t prefetched_msg;
// If true, more incoming message parts are expected.
bool more_in;
struct outpipe_t
{
zmq::pipe_t *pipe;