summaryrefslogtreecommitdiff
path: root/src/session.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-09-19 08:39:53 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-19 08:39:53 +0200
commit5153b6368be58d0fcaea262463a3fc08ea658f78 (patch)
treecab6fe877d9e90ee517425b5f4778ce5cdd73175 /src/session.hpp
parent4c6d07d3668558d910c9b1d19d52ccdeacc90574 (diff)
obsolete 'active' flag removed from session_t
Diffstat (limited to 'src/session.hpp')
-rw-r--r--src/session.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/session.hpp b/src/session.hpp
index 38cf317..ff1e87b 100644
--- a/src/session.hpp
+++ b/src/session.hpp
@@ -104,9 +104,6 @@ namespace zmq
// is still in the in pipe.
bool incomplete_in;
- // If true, in_pipe is active. Otherwise there are no messages to get.
- bool active;
-
// Outbound pipe, i.e. one the socket is sending messages to.
class writer_t *out_pipe;